Skip to content

Commit

Permalink
Bumped Python version to v3.9.6.
Browse files Browse the repository at this point in the history
  • Loading branch information
freakboy3742 committed Jul 25, 2021
1 parent e90f144 commit ea9827c
Show file tree
Hide file tree
Showing 3 changed files with 72 additions and 80 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ MACOSX_DEPLOYMENT_TARGET=10.8
# PYTHON_VERSION is the full version number (e.g., 3.10.0b3)
# PYTHON_MICRO_VERSION is the full version number, without any alpha/beta/rc suffix. (e.g., 3.10.0)
# PYTHON_VER is the major/minor version (e.g., 3.10)
PYTHON_VERSION=3.9.4
PYTHON_VERSION=3.9.6
PYTHON_MICRO_VERSION=$(shell echo $(PYTHON_VERSION) | grep -Eo "\d+\.\d+\.\d+")
PYTHON_VER=$(basename $(PYTHON_VERSION))

Expand Down
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Python Apple Support
====================

**This repository branch builds a packaged version of Python 3.9.4**.
**This repository branch builds a packaged version of Python 3.9.6**.
Other Python versions are available by cloning other branches of the main
repository.

Expand Down
Loading

0 comments on commit ea9827c

Please sign in to comment.