File tree Expand file tree Collapse file tree 3 files changed +6
-99
lines changed Expand file tree Collapse file tree 3 files changed +6
-99
lines changed Original file line number Diff line number Diff 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
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 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" ,
You can’t perform that action at this time.
0 commit comments