Skip to content

Commit ea9827c

Browse files
committed
Bumped Python version to v3.9.6.
1 parent e90f144 commit ea9827c

File tree

3 files changed

+72
-80
lines changed

3 files changed

+72
-80
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ MACOSX_DEPLOYMENT_TARGET=10.8
3636
# PYTHON_VERSION is the full version number (e.g., 3.10.0b3)
3737
# PYTHON_MICRO_VERSION is the full version number, without any alpha/beta/rc suffix. (e.g., 3.10.0)
3838
# PYTHON_VER is the major/minor version (e.g., 3.10)
39-
PYTHON_VERSION=3.9.4
39+
PYTHON_VERSION=3.9.6
4040
PYTHON_MICRO_VERSION=$(shell echo $(PYTHON_VERSION) | grep -Eo "\d+\.\d+\.\d+")
4141
PYTHON_VER=$(basename $(PYTHON_VERSION))
4242

README.rst

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

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

0 commit comments

Comments
 (0)