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 438b961 commit 316176aCopy full SHA for 316176a
1 file changed
scripts/make.py
@@ -16,7 +16,7 @@
16
from collections.abc import Iterator
17
18
19
-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()
20
21
22
def shell(cmd: str, *, capture_output: bool = False, **kwargs: Any) -> str | None:
0 commit comments