Skip to content

Commit 110b9f7

Browse files
committed
chore: Stop testing on Python 3.14 locally
1 parent a657d07 commit 110b9f7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/make.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
from collections.abc import Iterator
1717

1818

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

2121

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

0 commit comments

Comments
 (0)