Skip to content

Commit 9c8ef51

Browse files
committed
Move to Python 3.10 for development version.
1 parent be5a9e6 commit 9c8ef51

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ MACOSX_DEPLOYMENT_TARGET=10.8
3636
# PYTHON_VERSION is the full version number (e.g., 3.10.0b3)
3737
# PYTHON_MICRO_VERSION is the full version number, without any alpha/beta/rc suffix. (e.g., 3.10.0)
3838
# PYTHON_VER is the major/minor version (e.g., 3.10)
39-
PYTHON_VERSION=3.9.4
39+
PYTHON_VERSION=3.10.0
4040
PYTHON_MICRO_VERSION=$(shell echo $(PYTHON_VERSION) | grep -Eo "\d+\.\d+\.\d+")
4141
PYTHON_VER=$(basename $(PYTHON_VERSION))
4242

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.9.4**.
4+
**This repository branch builds a packaged version of Python 3.10.0**.
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.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
74+
.. _for macOS: https://briefcase-support.org/python?platform=macOS&version=3.10
75+
.. _for iOS: https://briefcase-support.org/python?platform=iOS&version=3.10
76+
.. _for tvOS: https://briefcase-support.org/python?platform=tvOS&version=3.10
77+
.. _for watchOS: https://briefcase-support.org/python?platform=watchOS&version=3.10

0 commit comments

Comments
 (0)