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 79d6c67 commit 7dd9b46Copy full SHA for 7dd9b46
.github/workflows/ci.yml
@@ -33,7 +33,7 @@ jobs:
33
strategy:
34
matrix:
35
os: [ubuntu-latest, windows-latest, macos-latest]
36
- python: ['3.10', '3.9', '3.8', '3.7'] # pypy3
+ python: ['3.11', '3.10', '3.9', '3.8', '3.7'] # pypy3
37
38
steps:
39
- uses: actions/checkout@v3
0 commit comments