Skip to content

Commit eee5ed6

Browse files
authored
Merge pull request #125 from marmoute/pypy3311
noxfile: mark pypy 3.11 as supported
2 parents 7c285ce + fadf752 commit eee5ed6

File tree

1 file changed

+10
-1
lines changed

1 file changed

+10
-1
lines changed

noxfile.py

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,16 @@
1717
(path.parent / f"{path.stem}.in", path) for path in REQUIREMENTS.values()
1818
]
1919

20-
SUPPORTED = ["3.9", "3.10", "pypy3.10", "3.11", "3.12", "3.13", "3.13t"]
20+
SUPPORTED = [
21+
"3.9",
22+
"3.10",
23+
"pypy3.10",
24+
"3.11",
25+
"pypy3.11",
26+
"3.12",
27+
"3.13",
28+
"3.13t",
29+
]
2130
LATEST = "3.13"
2231

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

0 commit comments

Comments
 (0)