We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 68cd706 commit 6563112Copy full SHA for 6563112
1 file changed
scripts/make.py
@@ -14,7 +14,7 @@
14
from collections.abc import Iterator
15
16
17
-PYTHON_VERSIONS = os.getenv("PYTHON_VERSIONS", "3.9 3.10 3.11 3.12 3.13 3.14").split()
+PYTHON_VERSIONS = os.getenv("PYTHON_VERSIONS", "3.9 3.10 3.11 3.12 3.13").split()
18
19
20
def shell(cmd: str, *, capture_output: bool = False, **kwargs: Any) -> str | None:
0 commit comments