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

Commit e847959

Browse files
committed
Bumped Python version to 3.10.5.
1 parent 046f748 commit e847959

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
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.10.4
10+
PYTHON_VERSION=3.10.5
1111
PYTHON_MICRO_VERSION=$(shell echo $(PYTHON_VERSION) | grep -Po "\d+\.\d+\.\d+")
1212
PYTHON_VER=$(basename $(PYTHON_VERSION))
1313

README.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Python Linux Support
22
====================
33

4-
**This repository branch builds a packaged version of Python 3.10.4.**
4+
**This repository branch builds a packaged version of Python 3.10.5.**
55
Other Python versions are available by cloning other branches of the main
66
repository.
77

0 commit comments

Comments
 (0)