Skip to content

Commit 2d3dce9

Browse files
committed
Add pypy3.11
1 parent d213d2c commit 2d3dce9

File tree

2 files changed

+19
-1
lines changed

2 files changed

+19
-1
lines changed

.github/workflows/test.yml

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -186,6 +186,24 @@ jobs:
186186
python_arch: 'arm64'
187187
tox_env: 'pypy310-pytest84-xdist38-coverage710'
188188
os: 'macos-latest'
189+
- name: 'pypy311-pytest84-xdist38-coverage710 (ubuntu)'
190+
python: 'pypy-3.11'
191+
toxpython: 'pypy3.11'
192+
python_arch: 'x64'
193+
tox_env: 'pypy311-pytest84-xdist38-coverage710'
194+
os: 'ubuntu-latest'
195+
- name: 'pypy311-pytest84-xdist38-coverage710 (windows)'
196+
python: 'pypy-3.11'
197+
toxpython: 'pypy3.11'
198+
python_arch: 'x64'
199+
tox_env: 'pypy311-pytest84-xdist38-coverage710'
200+
os: 'windows-latest'
201+
- name: 'pypy311-pytest84-xdist38-coverage710 (macos)'
202+
python: 'pypy-3.11'
203+
toxpython: 'pypy3.11'
204+
python_arch: 'arm64'
205+
tox_env: 'pypy311-pytest84-xdist38-coverage710'
206+
os: 'macos-latest'
189207
steps:
190208
- uses: actions/checkout@v4
191209
with:

tox.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ envlist =
1414
clean,
1515
check,
1616
docs,
17-
{py39,py310,py311,py312,py313,pypy39,pypy310}-{pytest84}-{xdist38}-{coverage710},
17+
{py39,py310,py311,py312,py313,pypy39,pypy310,pypy311}-{pytest84}-{xdist38}-{coverage710},
1818
report
1919
ignore_basepython_conflict = true
2020

0 commit comments

Comments
 (0)