We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a6d02d6 commit 9e050cdCopy full SHA for 9e050cd
1 file changed
.github/workflows/setup_python.yml
@@ -20,7 +20,7 @@ jobs:
20
runs-on: ubuntu-latest
21
strategy:
22
matrix:
23
- python-version: [ '3.6','3.7','3.8','3.9', '3.10', 'pypy-3.7', 'pypy-3.8', 'pypy-3.9']
+ python-version: [ '3.7','3.8','3.9', '3.10', '3.11', 'pypy-3.7', 'pypy-3.8', 'pypy-3.9']
24
name: ${{ matrix.python-version }} and tests
25
steps:
26
- uses: actions/checkout@v2
0 commit comments