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 a502178 commit cdd3e25Copy full SHA for cdd3e25
.github/workflows/pythonpackage.yml
@@ -9,7 +9,7 @@ jobs:
9
strategy:
10
matrix:
11
os: [ubuntu-latest, macos-latest, windows-latest]
12
- python-version: ["3.7", "3.8", "3.9", "3.10", "3.11", 'pypy2.7', 'pypy3.7', 'pypy3.8', 'pypy3.9']
+ python-version: ["3.7", "3.8", "3.9", "3.10", "3.11", 'pypy3.7', 'pypy3.8', 'pypy3.9']
13
14
steps:
15
- uses: actions/checkout@v3
0 commit comments