File tree Expand file tree Collapse file tree 3 files changed +139
-141
lines changed Expand file tree Collapse file tree 3 files changed +139
-141
lines changed Original file line number Diff line number Diff line change @@ -39,18 +39,18 @@ BUILD_NUMBER=custom
39
39
# PYTHON_VERSION is the full version number (e.g., 3.10.0b3)
40
40
# PYTHON_MICRO_VERSION is the full version number, without any alpha/beta/rc suffix. (e.g., 3.10.0)
41
41
# PYTHON_VER is the major/minor version (e.g., 3.10)
42
- PYTHON_VERSION =3.11.0
42
+ PYTHON_VERSION =3.11.3
43
43
PYTHON_MICRO_VERSION =$(shell echo $(PYTHON_VERSION ) | grep -Eo "\d+\.\d+\.\d+")
44
44
PYTHON_VER =$(basename $(PYTHON_VERSION ) )
45
45
46
46
BZIP2_VERSION =1.0.8
47
47
48
- XZ_VERSION =5.2.6
48
+ XZ_VERSION =5.4.2
49
49
50
50
# Preference is to use OpenSSL 3; however, Cryptography 3.4.8 (and
51
51
# probably some other packages as well) only works with 1.1.1, so
52
52
# we need to preserve the ability to build the older OpenSSL (for now...)
53
- OPENSSL_VERSION =3.0.5
53
+ OPENSSL_VERSION =3.1.0
54
54
# OPENSSL_VERSION_NUMBER=1.1.1
55
55
# OPENSSL_REVISION=q
56
56
# OPENSSL_VERSION=$(OPENSSL_VERSION_NUMBER)$(OPENSSL_REVISION)
@@ -107,7 +107,7 @@ all: $(OS_LIST)
107
107
108
108
# Clean all builds
109
109
clean :
110
- rm -rf build install merge dist support
110
+ rm -rf build install merge dist support wheels
111
111
112
112
# Full clean - includes all downloaded products
113
113
distclean : clean
You can’t perform that action at this time.
0 commit comments