Skip to content

Commit 81d4d97

Browse files
committed
drop pypy3.10 on pyo3 tests
1 parent 1e48e2a commit 81d4d97

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pyo3.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
fail-fast: false
2626
matrix:
2727
os: [ubuntu-latest, macos-latest, windows-latest]
28-
python_version: [pypy-3.10-nightly, pypy-3.11-nightly]
28+
python_version: [pypy-3.11-nightly]
2929

3030
timeout-minutes: 20
3131

0 commit comments

Comments
 (0)