Skip to content

Commit 4860472

Browse files
authored
Upgrade to CPython 3.14.3 and 3.13.12. (#3097)
1 parent c3e2c7d commit 4860472

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

docker/base/install_pythons.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,6 @@ DEADSNAKES_VERSIONS=(
1515
"3.9 {dev,venv,distutils}=3.9.25"
1616
"3.10 {dev,venv,distutils}=3.10.19"
1717
"3.11 {dev,venv,distutils}=3.11.14"
18-
"3.13 {dev,venv}=3.13.11"
19-
"3.14 {dev,venv}=3.14.2"
2018
)
2119

2220
add-apt-repository --yes --ppa deadsnakes
@@ -35,6 +33,8 @@ PYENV_VERSIONS=(
3533
2.7.18
3634
3.5.10
3735
3.6.15
36+
3.13.12
37+
3.14.3
3838
3.15.0a5
3939
pypy2.7-7.3.20
4040
pypy3.5-7.0.0

pex/interpreter_constraints.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -394,8 +394,8 @@ def iter_compatible_versions(
394394
PythonVersion(Lifecycle.STABLE, 3, 10, 19),
395395
PythonVersion(Lifecycle.STABLE, 3, 11, 14),
396396
PythonVersion(Lifecycle.STABLE, 3, 12, 12),
397-
PythonVersion(Lifecycle.STABLE, 3, 13, 11),
398-
PythonVersion(Lifecycle.STABLE, 3, 14, 2),
397+
PythonVersion(Lifecycle.STABLE, 3, 13, 12),
398+
PythonVersion(Lifecycle.STABLE, 3, 14, 3),
399399
PythonVersion(Lifecycle.DEV, 3, 15, 0),
400400
)
401401

0 commit comments

Comments
 (0)