Skip to content

Commit a1f3b83

Browse files
committed
Simplify README to remove specific build URLs.
1 parent ad7db02 commit a1f3b83

File tree

1 file changed

+3
-9
lines changed

1 file changed

+3
-9
lines changed

README.rst

Lines changed: 3 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,13 @@ Python Apple Support
44
This is a meta-package for building a version of Python that can be embedded
55
into a macOS, iOS, tvOS or watchOS project.
66

7-
**This branch builds a packaged version of Python 3.11.0**.
7+
**This branch builds a packaged version of Python 3.11.5**.
88
Other Python versions are available by cloning other branches of the main
99
repository:
1010

1111
* `Python 3.8 <https://github.com/beeware/Python-Apple-support/tree/3.8>`__
1212
* `Python 3.9 <https://github.com/beeware/Python-Apple-support/tree/3.9>`__
1313
* `Python 3.10 <https://github.com/beeware/Python-Apple-support/tree/3.10>`__
14-
* `Python 3.11 <https://github.com/beeware/Python-Apple-support/tree/3.11>`__
1514

1615
It works by downloading, patching, and building a fat binary of Python and
1716
selected pre-requisites, and packaging them as static libraries that can be
@@ -64,8 +63,8 @@ The easist way to use these packages is by creating a project with `Briefcase
6463
versions of these support packages, and add them to an XCode project (or
6564
pre-build stub application, in the case of macOS).
6665

67-
Pre-built versions of the frameworks can be downloaded `for macOS`_, `for
68-
iOS`_, `for tvOS`_, and `for watchOS`_, and added to your project.
66+
Pre-built versions of the frameworks can be downloaded from the `Github releases page
67+
<https://github.com/beeware/Python-Apple-support/releases>`__ and added to your project.
6968

7069
Alternatively, to build the frameworks on your own, download/clone this
7170
repository, and then in the root directory, and run:
@@ -125,11 +124,6 @@ To build these wheels, run:
125124
* `make wheels-tvOS` to build all the tvOS wheels
126125
* `make wheels-watchOS` to build all the watchOS wheels
127126

128-
.. _for macOS: https://briefcase-support.s3.amazonaws.com/python/3.11/macOS/Python-3.11-macOS-support.b1.tar.gz
129-
.. _for iOS: https://briefcase-support.s3.amazonaws.com/python/3.11/iOS/Python-3.11-iOS-support.b1.tar.gz
130-
.. _for tvOS: https://briefcase-support.s3.amazonaws.com/python/3.11/tvOS/Python-3.11-tvOS-support.b1.tar.gz
131-
.. _for watchOS: https://briefcase-support.s3.amazonaws.com/python/3.11/watchOS/Python-3.11-watchOS-support.b1.tar.gz
132-
133127
Historical support
134128
------------------
135129

0 commit comments

Comments
 (0)