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 0e5d81a commit 68ac2c7Copy full SHA for 68ac2c7
build-macos.py
@@ -1,4 +1,4 @@
1
-#!/usr/bin/env python3.12
+#!/usr/bin/env python3
2
# This Source Code Form is subject to the terms of the Mozilla Public
3
# License, v. 2.0. If a copy of the MPL was not distributed with this
4
# file, You can obtain one at https://mozilla.org/MPL/2.0/.
cpython-unix/build-main.py
@@ -69,7 +69,7 @@ def main():
69
"cpython-3.12",
70
"cpython-3.13",
71
},
72
- default="cpython-3.13",
+ default="cpython-3.11",
73
help="Python distribution to build",
74
)
75
parser.add_argument(
0 commit comments