From ccc20a5d6e9baf72fc2e7cd27b99f852d9a7d6b1 Mon Sep 17 00:00:00 2001 From: Russell Keith-Magee Date: Sun, 25 Jul 2021 10:59:04 +0800 Subject: [PATCH] Bumped Python version to v3.6.14. --- Makefile | 2 +- README.rst | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 5f22817..141952b 100644 --- a/Makefile +++ b/Makefile @@ -30,7 +30,7 @@ BUILD_NUMBER=custom MACOSX_DEPLOYMENT_TARGET=10.8 # Version of packages that will be compiled by this meta-package -PYTHON_VERSION=3.6.13 +PYTHON_VERSION=3.6.14 PYTHON_VER=$(basename $(PYTHON_VERSION)) OPENSSL_VERSION_NUMBER=1.0.2 diff --git a/README.rst b/README.rst index 473ba2e..9e31d93 100644 --- a/README.rst +++ b/README.rst @@ -1,7 +1,7 @@ Python Apple Support ==================== -**This repository branch builds a packaged version of Python 3.6.12**. +**This repository branch builds a packaged version of Python 3.6.14**. Other Python versions are available by cloning other branches of the main repository.