File tree 2 files changed +174
-82
lines changed
2 files changed +174
-82
lines changed Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ BUILD_NUMBER=custom
18
18
# of a release cycle, as official binaries won't be published.
19
19
# PYTHON_MICRO_VERSION is the full version number, without any alpha/beta/rc suffix. (e.g., 3.10.0)
20
20
# PYTHON_VER is the major/minor version (e.g., 3.10)
21
- PYTHON_VERSION =3.14.0a4
21
+ PYTHON_VERSION =3.14.0a5
22
22
PYTHON_PKG_VERSION =$(PYTHON_VERSION )
23
23
PYTHON_MICRO_VERSION =$(shell echo $(PYTHON_VERSION ) | grep -Eo "\d+\.\d+\.\d+")
24
24
PYTHON_PKG_MICRO_VERSION =$(shell echo $(PYTHON_PKG_VERSION ) | grep -Eo "\d+\.\d+\.\d+")
@@ -27,10 +27,10 @@ PYTHON_VER=$(basename $(PYTHON_VERSION))
27
27
# The binary releases of dependencies, published at:
28
28
# https://github.com/beeware/cpython-apple-source-deps/releases
29
29
BZIP2_VERSION =1.0.8-1
30
- LIBFFI_VERSION =3.4.6 -1
30
+ LIBFFI_VERSION =3.4.7 -1
31
31
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
34
34
35
35
# Supported OS
36
36
OS_LIST =macOS iOS tvOS watchOS
You can’t perform that action at this time.
0 commit comments