We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f8c1563 commit 51d0277Copy full SHA for 51d0277
1 file changed
.github/workflows/unit_tests.yml
@@ -14,7 +14,7 @@ jobs:
14
- {name: Linux38, python: '3.8', os: ubuntu-latest, tox: py38}
15
- {name: Linux39, python: '3.9', os: ubuntu-latest, tox: py39}
16
- {name: Linux310, python: '3.10', os: ubuntu-latest, tox: py310}
17
- - {name: Linux311, python: '3.11', os: ubuntu-latest, tox: py311}
+ - {name: Linux311, python: '3.11.0-beta.5', os: ubuntu-latest, tox: py311}
18
- {name: Style, python: '3.10', os: ubuntu-latest, tox: style}
19
steps:
20
- uses: actions/checkout@v2
0 commit comments