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 36bfcaf commit 96d00b8Copy full SHA for 96d00b8
.github/workflows/main.yml
@@ -39,6 +39,7 @@ jobs:
39
- "3.13"
40
# cryptography is not compatible with older PyPy versions
41
- "pypy-3.9"
42
+ - "pypy-3.10"
43
os:
44
- ubuntu-latest
45
@@ -74,7 +75,7 @@ jobs:
74
75
tox -e py${{ matrix.python_version }}
76
77
- name: Run dist install checks tox target
- if: ${{ matrix.python_version != 'pypy-3.7' && matrix.python_version != 'pypy-3.9' }}
78
+ if: ${{ matrix.python_version != 'pypy-3.9' && matrix.python_version != 'pypy-3.10' }}
79
run: |
80
tox -e py${{ matrix.python_version }}-dist,py${{ matrix.python_version }}-dist-wheel
81
0 commit comments