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 d5b3434 commit de03551Copy full SHA for de03551
Makefile
@@ -34,12 +34,12 @@ PYTHON_VERSION=3.8.0
34
PYTHON_VER=$(basename $(PYTHON_VERSION))
35
36
OPENSSL_VERSION_NUMBER=1.1.1
37
-OPENSSL_REVISION=d
+OPENSSL_REVISION=g
38
OPENSSL_VERSION=$(OPENSSL_VERSION_NUMBER)$(OPENSSL_REVISION)
39
40
BZIP2_VERSION=1.0.8
41
42
-XZ_VERSION=5.2.4
+XZ_VERSION=5.2.5
43
44
# Supported OS
45
OS=macOS iOS tvOS watchOS
README.rst
@@ -1,7 +1,7 @@
1
Python Apple Support
2
====================
3
4
-**This repository branch builds a packaged version of Python 3.8.0**.
+**This repository branch builds a packaged version of Python 3.8.3**.
5
Other Python versions are available by cloning other branches of the main
6
repository.
7
0 commit comments