Skip to content

Commit 6563112

Browse files
committed
chore: Stop testing on 3.14 locally
1 parent 68cd706 commit 6563112

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

scripts/make.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
from collections.abc import Iterator
1515

1616

17-
PYTHON_VERSIONS = os.getenv("PYTHON_VERSIONS", "3.9 3.10 3.11 3.12 3.13 3.14").split()
17+
PYTHON_VERSIONS = os.getenv("PYTHON_VERSIONS", "3.9 3.10 3.11 3.12 3.13").split()
1818

1919

2020
def shell(cmd: str, *, capture_output: bool = False, **kwargs: Any) -> str | None:

0 commit comments

Comments
 (0)