Skip to content

Commit 1ae3512

Browse files
committed
Update patch.
1 parent 1274694 commit 1ae3512

File tree

2 files changed

+305
-336
lines changed

2 files changed

+305
-336
lines changed

Makefile

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -19,19 +19,19 @@ BUILD_NUMBER=custom
1919
# of a release cycle, as official binaries won't be published.
2020
# PYTHON_MICRO_VERSION is the full version number, without any alpha/beta/rc suffix. (e.g., 3.10.0)
2121
# PYTHON_VER is the major/minor version (e.g., 3.10)
22-
PYTHON_VERSION=3.14.0a6
22+
PYTHON_VERSION=3.14.0a7
2323
PYTHON_PKG_VERSION=$(PYTHON_VERSION)
2424
PYTHON_MICRO_VERSION=$(shell echo $(PYTHON_VERSION) | grep -Eo "\d+\.\d+\.\d+")
2525
PYTHON_PKG_MICRO_VERSION=$(shell echo $(PYTHON_PKG_VERSION) | grep -Eo "\d+\.\d+\.\d+")
2626
PYTHON_VER=$(basename $(PYTHON_VERSION))
2727

2828
# The binary releases of dependencies, published at:
2929
# https://github.com/beeware/cpython-apple-source-deps/releases
30-
BZIP2_VERSION=1.0.8-1
31-
LIBFFI_VERSION=3.4.7-1
32-
MPDECIMAL_VERSION=4.0.0-1
33-
OPENSSL_VERSION=3.0.16-1
34-
XZ_VERSION=5.6.4-1
30+
BZIP2_VERSION=1.0.8-2
31+
LIBFFI_VERSION=3.4.7-2
32+
MPDECIMAL_VERSION=4.0.0-2
33+
OPENSSL_VERSION=3.0.16-2
34+
XZ_VERSION=5.6.4-2
3535

3636
# Supported OS
3737
OS_LIST=macOS iOS tvOS watchOS visionOS

0 commit comments

Comments
 (0)