We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b34fed9 commit 5d9a2abCopy full SHA for 5d9a2ab
.github/workflows/ci-test.yml
@@ -22,7 +22,7 @@ jobs:
22
fail-fast: false
23
matrix:
24
# Run in all these versions of Python
25
- python-version: [ "2.7", "3.10", "3.11" ]
+ python-version: [ "2.7", "3.10", "3.11.0-rc.1" ]
26
#python-version: [ "2.7", "3.10", "3.9", "3.8", "3.6" ]
27
# use for multiple os or ubuntu versions
28
# os: [ubuntu-latest, macos-latest, windows-latest]
0 commit comments