Skip to content

Commit 9f2443d

Browse files
authored
Update to 3.13.13, 3.14.4 and 3.15.0a8. (#3146)
1 parent d918b02 commit 9f2443d

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

docker/base/install_pythons.sh

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,9 @@ DEADSNAKES_VERSIONS=(
1515
"3.9 {dev,venv,distutils}=3.9.25"
1616
"3.10 {dev,venv,distutils}=3.10.20"
1717
"3.11 {dev,venv,distutils}=3.11.15"
18-
"3.13 {dev,venv}=3.13.12"
19-
"3.14 {dev,venv}=3.14.3"
20-
"3.15 {dev,venv}=3.15.0~a7"
18+
"3.13 {dev,venv}=3.13.13"
19+
"3.14 {dev,venv}=3.14.4"
20+
"3.15 {dev,venv}=3.15.0~a8"
2121
)
2222

2323
add-apt-repository --yes --ppa deadsnakes

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, 20),
395395
PythonVersion(Lifecycle.STABLE, 3, 11, 15),
396396
PythonVersion(Lifecycle.STABLE, 3, 12, 13),
397-
PythonVersion(Lifecycle.STABLE, 3, 13, 12),
398-
PythonVersion(Lifecycle.STABLE, 3, 14, 3),
397+
PythonVersion(Lifecycle.STABLE, 3, 13, 13),
398+
PythonVersion(Lifecycle.STABLE, 3, 14, 4),
399399
PythonVersion(Lifecycle.DEV, 3, 15, 0),
400400
)
401401

0 commit comments

Comments
 (0)