Skip to content

Commit 393d0cc

Browse files
authored
Drop PyPy 3.10 (#3317)
1 parent 7168bfc commit 393d0cc

File tree

1 file changed

+2
-7
lines changed

1 file changed

+2
-7
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -171,11 +171,6 @@ jobs:
171171
lsp: 'https://www.proxifier.com/download/legacy/ProxifierSetup342.exe'
172172
lsp_extract_file: ''
173173
extra_name: ', with IFS LSP'
174-
- python: 'pypy-3.10'
175-
arch: 'x64'
176-
lsp: ''
177-
lsp_extract_file: ''
178-
extra_name: ''
179174
- python: 'pypy-3.11'
180175
arch: 'x64'
181176
lsp: ''
@@ -233,7 +228,7 @@ jobs:
233228
strategy:
234229
fail-fast: false
235230
matrix:
236-
python: ['pypy-3.10', 'pypy-3.11', '3.9', '3.10', '3.11', '3.12', '3.13', '3.14']
231+
python: ['pypy-3.11', '3.9', '3.10', '3.11', '3.12', '3.13', '3.14']
237232
check_formatting: ['0']
238233
no_test_requirements: ['0']
239234
extra_name: ['']
@@ -306,7 +301,7 @@ jobs:
306301
strategy:
307302
fail-fast: false
308303
matrix:
309-
python: ['pypy-3.10', 'pypy-3.11', '3.9', '3.10', '3.11', '3.12', '3.13', '3.14']
304+
python: ['pypy-3.11', '3.9', '3.10', '3.11', '3.12', '3.13', '3.14']
310305
continue-on-error: >-
311306
${{
312307
(

0 commit comments

Comments
 (0)