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 213fc8a commit c04d660Copy full SHA for c04d660
.github/workflows/test.yml
@@ -19,7 +19,7 @@ jobs:
19
matrix:
20
os: [ubuntu-latest]
21
python-version: [
22
- '3.6', '3.7', '3.8', '3.9', '3.10', '3.11-dev',
+ '3.6', '3.7', '3.8', '3.9', '3.10', '3.11',
23
'pypy-3.6', 'pypy-3.7', 'pypy-3.8', 'pypy-3.9',
24
]
25
steps:
0 commit comments