Skip to content

Commit fef1edc

Browse files
authored
Move to official 3.11 CI (#318)
* Move to official 3.11 CI * See if we run without tox-gh-actions - I don't use this on other projects and don't see obvious benefits here ...
1 parent a751ead commit fef1edc

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/ci.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
runs-on: ${{ matrix.os }}
1010
strategy:
1111
matrix:
12-
python-version: ["3.7", "3.8", "3.9", "3.10", "3.11.0-rc - 3.11"]
12+
python-version: ["3.7", "3.8", "3.9", "3.10", "3.11"]
1313

1414
os: [ubuntu-latest]
1515

@@ -25,9 +25,9 @@ jobs:
2525
run: |
2626
python -m pip install --upgrade pip setuptools
2727
28-
- name: Install tox and tox-gh-actions
28+
- name: Install tox
2929
run: |
30-
python -m pip install tox tox-gh-actions
30+
python -m pip install tox
3131
3232
- name: Run tox
3333
run: |

0 commit comments

Comments
 (0)