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

Commit 434e1c3

Browse files
committed
Lock branch to Python 3.10.
1 parent c685a09 commit 434e1c3

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ BUILD_NUMBER=custom
77
# PYTHON_VERSION is the full version number (e.g., 3.10.0b3)
88
# PYTHON_MICRO_VERSION is the full version number, without any alpha/beta/rc suffix. (e.g., 3.10.0)
99
# PYTHON_VER is the major/minor version (e.g., 3.10)
10-
PYTHON_VERSION=3.11.0b3
10+
PYTHON_VERSION=3.10.4
1111
PYTHON_MICRO_VERSION=$(shell echo $(PYTHON_VERSION) | grep -Po "\d+\.\d+\.\d+")
1212
PYTHON_VER=$(basename $(PYTHON_VERSION))
1313

README.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
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**.
4+
**This repository branch builds a packaged version of Python 3.10.4.**
55
Other Python versions are available by cloning other branches of the main
66
repository.
77

@@ -46,4 +46,4 @@ This will:
4646
The build products will be in the `build` directory; the distributable tarball
4747
will be in the `dist` directory.
4848

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

0 commit comments

Comments
 (0)