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 54568a5 commit f0c024fCopy full SHA for f0c024f
.github/workflows/test-python.yml
@@ -41,7 +41,7 @@ jobs:
41
strategy:
42
matrix:
43
os: ["ubuntu-latest", "macos-latest", "windows-latest"]
44
- python-version: ["3.10", "3.11", "3.12", "3.13", "3.14", "pypy-3.11"]
+ python-version: ["3.10", "3.11", "3.12", "3.13"]
45
fail-fast: false
46
name: CPython ${{ matrix.python-version }}-${{ matrix.os }}
47
steps:
0 commit comments