We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c20074d commit 5e446f7Copy full SHA for 5e446f7
.github/workflows/test.yml
@@ -23,7 +23,7 @@ jobs:
23
matrix:
24
os: [Ubuntu, Windows, macOS]
25
python_version:
26
- ["3.7", "3.8", "3.9", "3.10", "3.11-dev", "pypy3.7", "pypy3.8", "pypy3.9"]
+ ["3.7", "3.8", "3.9", "3.10", "3.11", "pypy3.7", "pypy3.8", "pypy3.9"]
27
28
steps:
29
- uses: actions/checkout@v3
0 commit comments