Skip to content

Commit f98cb45

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent 1cd12d6 commit f98cb45

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.11", "3.11", "3.12", "3.13", "3.14", "3.14t"]
20+
SUPPORTED = [
21+
"3.9",
22+
"3.10",
23+
"pypy3.11",
24+
"3.11",
25+
"3.12",
26+
"3.13",
27+
"3.14",
28+
"3.14t",
29+
]
2130
LATEST = SUPPORTED[-1]
2231

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

0 commit comments

Comments
 (0)