File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -39,7 +39,7 @@ 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.0rc2
42
+ PYTHON_VERSION =3.11.0
43
43
PYTHON_MICRO_VERSION =$(shell echo $(PYTHON_VERSION ) | grep -Eo "\d+\.\d+\.\d+")
44
44
PYTHON_VER =$(basename $(PYTHON_VERSION ) )
45
45
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ Python Apple Support
4
4
This is a meta-package for building a version of Python that can be embedded
5
5
into a macOS, iOS, tvOS or watchOS project.
6
6
7
- **This branch builds a packaged version of Python 3.11.0rc1 **.
7
+ **This branch builds a packaged version of Python 3.11.0 **.
8
8
Other Python versions are available by cloning other branches of the main
9
9
repository:
10
10
@@ -151,10 +151,10 @@ To build these wheels, run:
151
151
* `make wheels-tvOS ` to build all the tvOS wheels
152
152
* `make wheels-watchOS ` to build all the watchOS wheels
153
153
154
- .. _for macOS : https://briefcase-support.s3.amazonaws.com/python/3.11/macOS/Python-3.11-macOS-support.b0 .tar.gz
155
- .. _for iOS : https://briefcase-support.s3.amazonaws.com/python/3.11/iOS/Python-3.11-iOS-support.b0 .tar.gz
156
- .. _for tvOS : https://briefcase-support.s3.amazonaws.com/python/3.11/tvOS/Python-3.11-tvOS-support.b0 .tar.gz
157
- .. _for watchOS : https://briefcase-support.s3.amazonaws.com/python/3.11/watchOS/Python-3.11-watchOS-support.b0 .tar.gz
154
+ .. _for macOS : https://briefcase-support.s3.amazonaws.com/python/3.11/macOS/Python-3.11-macOS-support.b1 .tar.gz
155
+ .. _for iOS : https://briefcase-support.s3.amazonaws.com/python/3.11/iOS/Python-3.11-iOS-support.b1 .tar.gz
156
+ .. _for tvOS : https://briefcase-support.s3.amazonaws.com/python/3.11/tvOS/Python-3.11-tvOS-support.b1 .tar.gz
157
+ .. _for watchOS : https://briefcase-support.s3.amazonaws.com/python/3.11/watchOS/Python-3.11-watchOS-support.b1 .tar.gz
158
158
159
159
Historical support
160
160
------------------
You can’t perform that action at this time.
0 commit comments