Skip to content

Commit a2c04c3

Browse files
authored
Bump patch to Python3.14.0a5. (#247)
Update Python to 3.14.0a5. Also includes: * python/cpython#130026 testbed symlink handling * LibFFI 3.4.7 * OpenSSL 3.0.16 * XZ 5.6.4
1 parent e6682a4 commit a2c04c3

File tree

2 files changed

+174
-82
lines changed

2 files changed

+174
-82
lines changed

Makefile

+4-4
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ BUILD_NUMBER=custom
1818
# of a release cycle, as official binaries won't be published.
1919
# PYTHON_MICRO_VERSION is the full version number, without any alpha/beta/rc suffix. (e.g., 3.10.0)
2020
# PYTHON_VER is the major/minor version (e.g., 3.10)
21-
PYTHON_VERSION=3.14.0a4
21+
PYTHON_VERSION=3.14.0a5
2222
PYTHON_PKG_VERSION=$(PYTHON_VERSION)
2323
PYTHON_MICRO_VERSION=$(shell echo $(PYTHON_VERSION) | grep -Eo "\d+\.\d+\.\d+")
2424
PYTHON_PKG_MICRO_VERSION=$(shell echo $(PYTHON_PKG_VERSION) | grep -Eo "\d+\.\d+\.\d+")
@@ -27,10 +27,10 @@ PYTHON_VER=$(basename $(PYTHON_VERSION))
2727
# The binary releases of dependencies, published at:
2828
# https://github.com/beeware/cpython-apple-source-deps/releases
2929
BZIP2_VERSION=1.0.8-1
30-
LIBFFI_VERSION=3.4.6-1
30+
LIBFFI_VERSION=3.4.7-1
3131
MPDECIMAL_VERSION=4.0.0-1
32-
OPENSSL_VERSION=3.0.15-1
33-
XZ_VERSION=5.6.2-1
32+
OPENSSL_VERSION=3.0.16-1
33+
XZ_VERSION=5.6.4-1
3434

3535
# Supported OS
3636
OS_LIST=macOS iOS tvOS watchOS

0 commit comments

Comments
 (0)