From 8b7c436546e3e90b8d46ec6bb1d993f3e387d9a3 Mon Sep 17 00:00:00 2001 From: Daniel Mitterdorfer Date: Thu, 24 Jun 2021 10:54:49 +0200 Subject: [PATCH] Bump Python 3.8 version for dev and CI to 3.8.10 With this commit we bump the minimum patch version for Python 3.8 from 3.8.8 to 3.8.10. We do this in order to enable users that rely on pyenv and use ARM-based Macs as 3.8.10 is the first patch release in the 3.8 series that provides build support for ARM-based Macs (see also https://www.python.org/downloads/release/python-3810/) for more info. --- .ci/variables.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.ci/variables.json b/.ci/variables.json index 93206be11..97067a2a3 100644 --- a/.ci/variables.json +++ b/.ci/variables.json @@ -1,7 +1,7 @@ { "python_versions": { - "PY38": "3.8.8", + "PY38": "3.8.10", "PY39": "3.9.2", - "MIN_PY_VER": "3.8.8" + "MIN_PY_VER": "3.8.10" } }