Skip to content

Commit c959bb8

Browse files
committed
Remove pypy-3.10 from test matrix.
1 parent 9007775 commit c959bb8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test-package.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
fail-fast: false
2020
matrix:
2121
platform: [ubuntu-latest, macos-latest, windows-latest]
22-
python-version: ['3.10', '3.11', '3.12', '3.13', 'pypy-3.10']
22+
python-version: ['3.10', '3.11', '3.12', '3.13']
2323

2424
steps:
2525

0 commit comments

Comments
 (0)