Skip to content

Commit

Permalink
Bump Python 3.8 version for dev and CI to 3.8.10 (#1292)
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
danielmitterdorfer authored Jun 28, 2021
1 parent 44fda0c commit c1a792a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .ci/variables.json
Original file line number Diff line number Diff line change
@@ -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"
}
}

0 comments on commit c1a792a

Please sign in to comment.