Skip to content

Commit 3fe2b2a

Browse files
committed
try 3.10
1 parent 2ec6691 commit 3fe2b2a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/build.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,15 +17,15 @@ jobs:
1717
matrix:
1818
name: [
1919
"ubuntu-py37",
20-
"ubuntu-py311",
20+
"ubuntu-py310",
2121
]
2222
include:
2323
- name: "ubuntu-py37"
2424
os: ubuntu-latest
2525
python-version: 3.7
26-
- name: "ubuntu-py311"
26+
- name: "ubuntu-py310"
2727
os: ubuntu-latest
28-
python-version: 3.11
28+
python-version: 3.10
2929
steps:
3030
- uses: actions/checkout@v3
3131
- name: Set up Python ${{ matrix.python-version }}

0 commit comments

Comments
 (0)