Skip to content

Commit 3e8a862

Browse files
committed
Revert
1 parent 0e5d81a commit 3e8a862

File tree

4 files changed

+2
-365
lines changed

4 files changed

+2
-365
lines changed

.github/workflows/apple.yml

Lines changed: 0 additions & 253 deletions
This file was deleted.

.github/workflows/windows.yml

Lines changed: 0 additions & 110 deletions
This file was deleted.

build-macos.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#!/usr/bin/env python3.12
1+
#!/usr/bin/env python3
22
# This Source Code Form is subject to the terms of the Mozilla Public
33
# License, v. 2.0. If a copy of the MPL was not distributed with this
44
# file, You can obtain one at https://mozilla.org/MPL/2.0/.

cpython-unix/build-main.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ def main():
6969
"cpython-3.12",
7070
"cpython-3.13",
7171
},
72-
default="cpython-3.13",
72+
default="cpython-3.11",
7373
help="Python distribution to build",
7474
)
7575
parser.add_argument(

0 commit comments

Comments
 (0)