We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6ef7464 commit 9548669Copy full SHA for 9548669
Makefile
@@ -39,7 +39,7 @@ BUILD_NUMBER=custom
39
# PYTHON_VERSION is the full version number (e.g., 3.10.0b3)
40
# PYTHON_MICRO_VERSION is the full version number, without any alpha/beta/rc suffix. (e.g., 3.10.0)
41
# PYTHON_VER is the major/minor version (e.g., 3.10)
42
-PYTHON_VERSION=3.11.0b1
+PYTHON_VERSION=3.11.0b5
43
PYTHON_MICRO_VERSION=$(shell echo $(PYTHON_VERSION) | grep -Eo "\d+\.\d+\.\d+")
44
PYTHON_VER=$(basename $(PYTHON_VERSION))
45
@@ -48,7 +48,7 @@ BZIP2_VERSION=1.0.8
48
XZ_VERSION=5.2.5
49
50
OPENSSL_VERSION_NUMBER=1.1.1
51
-OPENSSL_REVISION=o
+OPENSSL_REVISION=q
52
OPENSSL_VERSION=$(OPENSSL_VERSION_NUMBER)$(OPENSSL_REVISION)
53
54
LIBFFI_VERSION=3.4.2
0 commit comments