This repository was archived by the owner on Apr 3, 2023. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ BUILD_NUMBER=custom
7
7
# PYTHON_VERSION is the full version number (e.g., 3.10.0b3)
8
8
# PYTHON_MICRO_VERSION is the full version number, without any alpha/beta/rc suffix. (e.g., 3.10.0)
9
9
# PYTHON_VER is the major/minor version (e.g., 3.10)
10
- PYTHON_VERSION =3.11.0b3
10
+ PYTHON_VERSION =3.10.4
11
11
PYTHON_MICRO_VERSION =$(shell echo $(PYTHON_VERSION ) | grep -Po "\d+\.\d+\.\d+")
12
12
PYTHON_VER =$(basename $(PYTHON_VERSION ) )
13
13
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 **.
4
+ **This repository branch builds a packaged version of Python 3.10.4. **
5
5
Other Python versions are available by cloning other branches of the main
6
6
repository.
7
7
@@ -46,4 +46,4 @@ This will:
46
46
The build products will be in the `build ` directory; the distributable tarball
47
47
will be in the `dist ` directory.
48
48
49
- .. _x86_64 : https://briefcase-support.org/python?version=3.11 &platform=linux&arch=x86_64
49
+ .. _x86_64 : https://briefcase-support.org/python?version=3.10 &platform=linux&arch=x86_64
You can’t perform that action at this time.
0 commit comments