File tree 2 files changed +6
-6
lines changed
2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -36,7 +36,7 @@ MACOSX_DEPLOYMENT_TARGET=10.8
36
36
# PYTHON_VERSION is the full version number (e.g., 3.10.0b3)
37
37
# PYTHON_MICRO_VERSION is the full version number, without any alpha/beta/rc suffix. (e.g., 3.10.0)
38
38
# PYTHON_VER is the major/minor version (e.g., 3.10)
39
- PYTHON_VERSION =3.9.4
39
+ PYTHON_VERSION =3.10.0
40
40
PYTHON_MICRO_VERSION =$(shell echo $(PYTHON_VERSION ) | grep -Eo "\d+\.\d+\.\d+")
41
41
PYTHON_VER =$(basename $(PYTHON_VERSION ) )
42
42
Original file line number Diff line number Diff line change 1
1
Python Apple Support
2
2
====================
3
3
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 **.
5
5
Other Python versions are available by cloning other branches of the main
6
6
repository.
7
7
@@ -71,7 +71,7 @@ to build a specific package; or, to build all supported packages::
71
71
For details on how to add these binary packages to your project, see the
72
72
package-specific documentation linked above.
73
73
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
You can’t perform that action at this time.
0 commit comments