Skip to content

Commit

Permalink
Upgrade to the latest batch of CPythons. (#2521)
Browse files Browse the repository at this point in the history
A bunch of releases yesterday - all active versions were bumped:
+ 3.8.20
+ 3.9.20
+ 3.10.15
+ 3.11.10
+ 3.12.6
+ 3.13.0rc2
  • Loading branch information
jsirois authored Sep 7, 2024
1 parent 5095f51 commit 409a8d6
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 11 deletions.
12 changes: 6 additions & 6 deletions docker/base/install_pythons.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,16 +8,16 @@ 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.9
3.11.10
2.7.18
3.5.10
3.6.15
3.7.17
3.8.19
3.9.19
3.10.14
3.12.5
3.13.0rc1
3.8.20
3.9.20
3.10.15
3.12.6
3.13.0rc2
pypy2.7-7.3.17
pypy3.5-7.0.0
pypy3.6-7.3.3
Expand Down
10 changes: 5 additions & 5 deletions pex/interpreter_constraints.py
Original file line number Diff line number Diff line change
Expand Up @@ -320,11 +320,11 @@ def iter_compatible_versions(
PythonVersion(Lifecycle.EOL, 3, 5, 10),
PythonVersion(Lifecycle.EOL, 3, 6, 15),
PythonVersion(Lifecycle.EOL, 3, 7, 17),
PythonVersion(Lifecycle.STABLE, 3, 8, 19),
PythonVersion(Lifecycle.STABLE, 3, 9, 19),
PythonVersion(Lifecycle.STABLE, 3, 10, 14),
PythonVersion(Lifecycle.STABLE, 3, 11, 9),
PythonVersion(Lifecycle.STABLE, 3, 12, 3),
PythonVersion(Lifecycle.STABLE, 3, 8, 20),
PythonVersion(Lifecycle.STABLE, 3, 9, 20),
PythonVersion(Lifecycle.STABLE, 3, 10, 15),
PythonVersion(Lifecycle.STABLE, 3, 11, 10),
PythonVersion(Lifecycle.STABLE, 3, 12, 6),
PythonVersion(Lifecycle.DEV, 3, 13, 0),
)

Expand Down

0 comments on commit 409a8d6

Please sign in to comment.