Skip to content
This repository was archived by the owner on Apr 3, 2023. It is now read-only.

Commit 8bc0e12

Browse files
committed
Update for Python 3.11.0 release.
1 parent 384defb commit 8bc0e12

File tree

1 file changed

+10
-5
lines changed

1 file changed

+10
-5
lines changed

README.rst

Lines changed: 10 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,18 @@
11
Python Linux Support
22
====================
33

4-
**This is the development version of the repository. It builds a packaged version of Python 3.11.0b3**.
5-
Other Python versions are available by cloning other branches of the main
6-
repository.
7-
84
This is a meta-package for building a version of Python that can be embedded
95
into a Linux AppImage.
106

7+
**This branch builds a packaged version of Python 3.11.0**.
8+
Other Python versions are available by cloning other branches of the main
9+
repository:
10+
11+
* `Python 3.8 <https://github.com/beeware/Python-Linux-support/tree/3.8>`__
12+
* `Python 3.9 <https://github.com/beeware/Python-Linux-support/tree/3.9>`__
13+
* `Python 3.10 <https://github.com/beeware/Python-Linux-support/tree/3.10>`__
14+
* `Python 3.11 <https://github.com/beeware/Python-Linux-support/tree/3.11>`__
15+
1116
It works by downloading and building the standard Python sources, after
1217
ensuring that key system libraries are installed. It installs the compiled
1318
Python into a temporary prefix location, strips out parts that aren't needed,
@@ -46,4 +51,4 @@ This will:
4651
The build products will be in the `build` directory; the distributable tarball
4752
will be in the `dist` directory.
4853

49-
.. _x86_64: https://briefcase-support.org/python?version=3.11&platform=linux&arch=x86_64
54+
.. _x86_64: https://briefcase-support.s3.amazonaws.com/python/3.11/linux/x86_64/Python-3.11-macOS-support.b1.tar.gz

0 commit comments

Comments
 (0)