Skip to content

Commit d231d77

Browse files
authored
Upgrade to 3.14.0rc2 (and temporarily use GitHub's runners on Windows) (#754)
- **Bump CPython to 3.14.0rc2** - **Drop the Depot Windows runner**
1 parent 277c82e commit d231d77

File tree

2 files changed

+4
-9
lines changed

2 files changed

+4
-9
lines changed

ci-runners.yaml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -25,11 +25,6 @@ macos-latest:
2525
platform: darwin
2626
free: true
2727

28-
depot-windows-2022-8:
29-
arch: x86_64
30-
platform: windows
31-
free: false
32-
3328
windows-latest-large:
3429
arch: x86_64
3530
platform: windows

pythonbuild/downloads.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -82,10 +82,10 @@
8282
"python_tag": "cp313",
8383
},
8484
"cpython-3.14": {
85-
"url": "https://www.python.org/ftp/python/3.14.0/Python-3.14.0rc1.tar.xz",
86-
"size": 23661916,
87-
"sha256": "8707780ae9f19c5bf5b9f27827181ba11cdad7bb292ea49cad5424331e40ee8b",
88-
"version": "3.14.0rc1",
85+
"url": "https://www.python.org/ftp/python/3.14.0/Python-3.14.0rc2.tar.xz",
86+
"size": 23566140,
87+
"sha256": "bc62854cf232345bd22c9091a68464e01e056c6473a3fffa84572c8a342da656",
88+
"version": "3.14.0rc2",
8989
"licenses": ["Python-2.0", "CNRI-Python"],
9090
"license_file": "LICENSE.cpython.txt",
9191
"python_tag": "cp314",

0 commit comments

Comments
 (0)