Skip to content

Commit 8571ef2

Browse files
authored
Start running PyPy 3.11 in CI (#3282)
2 parents ea03051 + e89a23e commit 8571ef2

2 files changed

Lines changed: 8 additions & 3 deletions

File tree

.github/workflows/ci.yml

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -176,6 +176,11 @@ jobs:
176176
lsp: ''
177177
lsp_extract_file: ''
178178
extra_name: ''
179+
- python: 'pypy-3.11'
180+
arch: 'x64'
181+
lsp: ''
182+
lsp_extract_file: ''
183+
extra_name: ''
179184
#- python: '3.9'
180185
# arch: 'x64'
181186
# lsp: 'http://download.pctools.com/mirror/updates/9.0.0.2308-SDavfree-lite_en.exe'
@@ -231,7 +236,7 @@ jobs:
231236
strategy:
232237
fail-fast: false
233238
matrix:
234-
python: ['pypy-3.10', '3.9', '3.10', '3.11', '3.12', '3.13', '3.14']
239+
python: ['pypy-3.10', 'pypy-3.11', '3.9', '3.10', '3.11', '3.12', '3.13', '3.14']
235240
check_formatting: ['0']
236241
no_test_requirements: ['0']
237242
extra_name: ['']
@@ -301,7 +306,7 @@ jobs:
301306
strategy:
302307
fail-fast: false
303308
matrix:
304-
python: ['pypy-3.10', '3.9', '3.10', '3.11', '3.12', '3.13', '3.14']
309+
python: ['pypy-3.10', 'pypy-3.11', '3.9', '3.10', '3.11', '3.12', '3.13', '3.14']
305310
continue-on-error: >-
306311
${{
307312
(

tox.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[tox]
2-
envlist = py{39,310,311,312,313,314,py310}
2+
envlist = py{39,310,311,312,313,314,py310,py311}
33
labels =
44
check = typing, gen_exports, type_completeness, pip_compile
55
cython = py39-cython2,py39-cython,py311-cython2,py313-cython

0 commit comments

Comments
 (0)