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.
2 parents 9749bc5 + 581a025 commit 3fff6ffCopy full SHA for 3fff6ff
.github/workflows/test.yml
@@ -11,7 +11,7 @@ jobs:
11
runs-on: ubuntu-latest
12
strategy:
13
matrix:
14
- python: [3.7, 3.9]
+ python: ['3.9', '3.10', '3.11']
15
16
steps:
17
- uses: actions/checkout@v2
@@ -33,5 +33,5 @@ jobs:
33
run: |
34
python -m pip install coveralls
35
coveralls --service=github
36
- if: ${{ matrix.python == '3.9' }}
+ if: ${{ matrix.python == '3.11' }}
37
library/tox.ini
@@ -1,5 +1,5 @@
1
[tox]
2
-envlist = py{37,38,39},qa
+envlist = py,qa
3
skip_missing_interpreters = True
4
5
[testenv]
0 commit comments