Skip to content

Commit 7e6a072

Browse files
committed
drop PyPy3.10 from cython tests
1 parent 7a2ae95 commit 7e6a072

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/cython.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
matrix:
2727
os: [ubuntu, windows, macOS]
2828
backend: [c]
29-
python_version: [pypy-3.10-nightly, pypy-3.11-nightly]
29+
python_version: [pypy-3.11-nightly]
3030
extra_cflags: ['', '-DCYTHON_USE_TYPE_SPECS=1']
3131
include:
3232
- os: windows

0 commit comments

Comments
 (0)