Skip to content

Commit c1ceb86

Browse files
committed
drop PyPy from CI matrix
1 parent 1f5fb0c commit c1ceb86

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

.github/workflows/tests.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,6 @@ jobs:
2222
matrix:
2323
os: [ubuntu-latest, windows-latest, macos-latest]
2424
pyv: ['3.9', '3.10', '3.11', '3.12', '3.13', '3.14']
25-
include:
26-
- {os: ubuntu-latest, pyv: 'pypy3.9'}
2725

2826
steps:
2927
- name: Check out the repository

0 commit comments

Comments
 (0)