Skip to content

Commit f39d4eb

Browse files
authored
Bump to 3.14.0b4 (#689)
1 parent 625ad30 commit f39d4eb

File tree

3 files changed

+6
-99
lines changed

3 files changed

+6
-99
lines changed

cpython-unix/build-cpython.sh

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -480,11 +480,8 @@ if [ -n "${CPYTHON_OPTIMIZED}" ]; then
480480

481481
# Respect CFLAGS during JIT compilation.
482482
#
483-
# Backports https://github.com/python/cpython/pull/134276 which we're trying to get released
484-
# in 3.14, but is currently only in 3.15+.
485-
if [ -n "${PYTHON_MEETS_MINIMUM_VERSION_3_14}" ]; then
486-
patch -p1 -i ${ROOT}/patch-jit-cflags-314.patch
487-
elif [ -n "${PYTHON_MEETS_MINIMUM_VERSION_3_13}" ]; then
483+
# Backports https://github.com/python/cpython/pull/134276
484+
if [[ -n "${PYTHON_MEETS_MINIMUM_VERSION_3_13}" && -n "${PYTHON_MEETS_MAXIMUM_VERSION_3_13}" ]]; then
488485
patch -p1 -i ${ROOT}/patch-jit-cflags-313.patch
489486
fi
490487

cpython-unix/patch-jit-cflags-314.patch

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

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

0 commit comments

Comments
 (0)