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 6e46ba4 commit 20c5c53Copy full SHA for 20c5c53
.github/workflows/python-tests.yml
@@ -20,7 +20,7 @@ jobs:
20
strategy:
21
fail-fast: false
22
matrix:
23
- python_version: [ '3.6', '3.7', '3.8', '3.9', '3.10', 'pypy-3.6' ]
+ python_version: ['3.7', '3.8', '3.9', '3.10', '3.11', 'pypy-3.8' ]
24
os: [windows-latest, ubuntu-latest] #, macos-latest]
25
include:
26
- os: windows-latest
0 commit comments