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 a83fb34 commit ee5c61eCopy full SHA for ee5c61e
.github/workflows/python-package.yml
@@ -31,7 +31,7 @@ jobs:
31
fail-fast: false
32
matrix:
33
os: [ubuntu-latest, macos-latest, windows-latest]
34
- python-version: ['3.8', '3.9', '3.10', '3.11', '3.12', '3.13', 'pypy-2.7', 'pypy-3.9']
+ python-version: ['3.8', '3.9', '3.10', '3.11', '3.12', '3.13', 'pypy-3.9']
35
36
steps:
37
- uses: actions/checkout@v4
0 commit comments