Skip to content

Commit

Permalink
Update Python versions.
Browse files Browse the repository at this point in the history
This picks up the 3.11.7 and 3.12.1 releases for both IC range checks
and dtox.sh hermetic builds.
  • Loading branch information
jsirois committed Dec 10, 2023
1 parent c34770b commit 945e137
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions docker/base/install_pythons.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,15 +7,15 @@ export PYENV_ROOT=/pyenv
# N.B.: The 1st listed version will supply the default `python` on the PATH; otherwise order does
# not matter.
PYENV_VERSIONS=(
3.11.6
3.11.7
2.7.18
3.5.10
3.6.15
3.7.17
3.8.18
3.9.18
3.10.13
3.12.0
3.12.1
pypy2.7-7.3.13
pypy3.5-7.0.0
pypy3.6-7.3.3
Expand Down
4 changes: 2 additions & 2 deletions pex/interpreter_constraints.py
Original file line number Diff line number Diff line change
Expand Up @@ -321,8 +321,8 @@ def iter_compatible_versions(
PythonVersion(Lifecycle.STABLE, 3, 8, 18),
PythonVersion(Lifecycle.STABLE, 3, 9, 18),
PythonVersion(Lifecycle.STABLE, 3, 10, 13),
PythonVersion(Lifecycle.STABLE, 3, 11, 6),
PythonVersion(Lifecycle.STABLE, 3, 12, 0),
PythonVersion(Lifecycle.STABLE, 3, 11, 7),
PythonVersion(Lifecycle.STABLE, 3, 12, 1),
PythonVersion(Lifecycle.DEV, 3, 13, 0),
)

Expand Down

0 comments on commit 945e137

Please sign in to comment.