Skip to content

Commit f390853

Browse files
committed
debt: test pypy311 and drop pypy39
1 parent 316f464 commit f390853

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/test-python.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
- { os: 'windows-latest', python-version: '3.13' }
2929
- { os: 'macos-latest', python-version: '3.13' }
3030
os: ['ubuntu-latest']
31-
python-version: ['3.9', '3.10', '3.11', '3.12', '3.13', 'pypy3.9', 'pypy3.10']
31+
python-version: ['3.9', '3.10', '3.11', '3.12', '3.13', 'pypy3.10', 'pypy3.11']
3232
defaults:
3333
run:
3434
working-directory: python

python/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ extend-select = [
8080
"src/cucumber_messages/__init__.py" = ["F403"]
8181

8282
[tool.tox]
83-
env_list = ["lint", "3.13", "3.12", "3.11", "3.10", "3.9", "pypy310", "pypy39"]
83+
env_list = ["lint", "3.13", "3.12", "3.11", "3.10", "3.9", "pypy311", "pypy310"]
8484
requires = ["tox>=4.22"]
8585

8686
[tool.tox.env.lint]

0 commit comments

Comments
 (0)