This repository was archived by the owner on Apr 3, 2023. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +10
-5
lines changed Expand file tree Collapse file tree 1 file changed +10
-5
lines changed Original file line number Diff line number Diff line change 1
1
Python Linux Support
2
2
====================
3
3
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
-
8
4
This is a meta-package for building a version of Python that can be embedded
9
5
into a Linux AppImage.
10
6
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
+
11
16
It works by downloading and building the standard Python sources, after
12
17
ensuring that key system libraries are installed. It installs the compiled
13
18
Python into a temporary prefix location, strips out parts that aren't needed,
@@ -46,4 +51,4 @@ This will:
46
51
The build products will be in the `build ` directory; the distributable tarball
47
52
will be in the `dist ` directory.
48
53
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
You can’t perform that action at this time.
0 commit comments