Skip to content

Commit

Permalink
Add Python 3.11 release candidate 2 to the testing (#292)
Browse files Browse the repository at this point in the history
* Add Python 3.11 release candidate 2 to the testing

* 3.11.0-rc - 3.11
  • Loading branch information
cclauss committed Sep 23, 2022
1 parent 11bc938 commit 846ba72
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Expand Up @@ -8,7 +8,7 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
python-version: ["3.6", "3.7", "3.8", "3.9", "3.10"]
python-version: ["3.6", "3.7", "3.8", "3.9", "3.10", "3.11.0-rc - 3.11"]
os: [ubuntu-latest]

steps:
Expand Down

0 comments on commit 846ba72

Please sign in to comment.