Skip to content

Commit 57e5e03

Browse files
committed
Test via PyPy 3.11.
1 parent d6c2ad7 commit 57e5e03

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ jobs:
9393
3.11
9494
3.12
9595
3.13
96-
pypy3.10
96+
pypy3.11
9797
allow-prereleases: true
9898
- name: Enable UTF-8 on Windows
9999
run: echo "PYTHONUTF8=1" >> $env:GITHUB_ENV

noxfile.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
"The Unlicense (Unlicense)",
3737
]
3838

39-
SUPPORTED = ["3.9", "3.10", "pypy3.10", "3.11", "3.12", "3.13"]
39+
SUPPORTED = ["3.9", "3.10", "pypy3.11", "3.11", "3.12", "3.13"]
4040
LATEST_STABLE = SUPPORTED[-1]
4141

4242
nox.options.default_venv_backend = "uv|virtualenv"

0 commit comments

Comments
 (0)