Skip to content

Commit 8f659c8

Browse files
committed
Added initial Python 3.9 build.
1 parent 95f4251 commit 8f659c8

File tree

6 files changed

+1942
-31418
lines changed

6 files changed

+1942
-31418
lines changed

Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,11 +30,11 @@ BUILD_NUMBER=custom
3030
MACOSX_DEPLOYMENT_TARGET=10.8
3131

3232
# Version of packages that will be compiled by this meta-package
33-
PYTHON_VERSION=3.8.3
33+
PYTHON_VERSION=3.9.1
3434
PYTHON_VER=$(basename $(PYTHON_VERSION))
3535

3636
OPENSSL_VERSION_NUMBER=1.1.1
37-
OPENSSL_REVISION=g
37+
OPENSSL_REVISION=i
3838
OPENSSL_VERSION=$(OPENSSL_VERSION_NUMBER)$(OPENSSL_REVISION)
3939

4040
BZIP2_VERSION=1.0.8

README.rst

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Python Apple Support
22
====================
33

4-
**This repository branch builds a packaged version of Python 3.8.3**.
4+
**This repository branch builds a packaged version of Python 3.9.1**.
55
Other Python versions are available by cloning other branches of the main
66
repository.
77

@@ -71,7 +71,7 @@ to build a specific package; or, to build all supported packages::
7171
For details on how to add these binary packages to your project, see the
7272
package-specific documentation linked above.
7373

74-
.. _for macOS: https://briefcase-support.org/python?platform=macOS&version=3.8
75-
.. _for iOS: https://briefcase-support.org/python?platform=iOS&version=3.8
76-
.. _for tvOS: https://briefcase-support.org/python?platform=tvOS&version=3.8
77-
.. _for watchOS: https://briefcase-support.org/python?platform=watchOS&version=3.8
74+
.. _for macOS: https://briefcase-support.org/python?platform=macOS&version=3.9
75+
.. _for iOS: https://briefcase-support.org/python?platform=iOS&version=3.9
76+
.. _for tvOS: https://briefcase-support.org/python?platform=tvOS&version=3.9
77+
.. _for watchOS: https://briefcase-support.org/python?platform=watchOS&version=3.9

0 commit comments

Comments
 (0)