Skip to content

Commit 96d00b8

Browse files
committed
Also run tests under PyPy 3.10 on CI.
1 parent 36bfcaf commit 96d00b8

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@ jobs:
3939
- "3.13"
4040
# cryptography is not compatible with older PyPy versions
4141
- "pypy-3.9"
42+
- "pypy-3.10"
4243
os:
4344
- ubuntu-latest
4445

@@ -74,7 +75,7 @@ jobs:
7475
tox -e py${{ matrix.python_version }}
7576
7677
- name: Run dist install checks tox target
77-
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' }}
7879
run: |
7980
tox -e py${{ matrix.python_version }}-dist,py${{ matrix.python_version }}-dist-wheel
8081

0 commit comments

Comments
 (0)