We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cf8781b commit d22a4cfCopy full SHA for d22a4cf
1 file changed
.github/workflows/ci-cd.yml
@@ -11,7 +11,7 @@ jobs:
11
fail-fast: false
12
matrix:
13
python-version: [
14
- "3.8", "3.9", "3.10", "3.11", "3.12", "3.13", "3.14-dev",
+ "3.8", "3.9", "3.10", "3.11", "3.12", "3.13", "3.14",
15
"pypy-2.7", "pypy-3.10"
16
]
17
os: [ubuntu-latest, macOS-latest, windows-latest]
0 commit comments