Skip to content

Commit 0ca55fe

Browse files
authored
Bump CPython to 3.14.0rc1 (#710)
1 parent cf3c7ea commit 0ca55fe

File tree

2 files changed

+7
-4
lines changed

2 files changed

+7
-4
lines changed

cpython-unix/extension-modules.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -206,6 +206,9 @@ _curses_panel:
206206
_datetime:
207207
sources:
208208
- _datetimemodule.c
209+
setup-enabled-conditional:
210+
- enabled: true
211+
minimum-python-version: "3.14"
209212

210213
_dbm:
211214
sources:

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.0b4.tar.xz",
86-
"size": 23641472,
87-
"sha256": "15e123e056abebba6de5e73cfa304459a8c82cafa85d4fc7fc6de80e6a3e1b39",
88-
"version": "3.14.0b4",
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",
8989
"licenses": ["Python-2.0", "CNRI-Python"],
9090
"license_file": "LICENSE.cpython.txt",
9191
"python_tag": "cp314",

0 commit comments

Comments
 (0)