Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions build/__pythonVersions.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@ PYTHON36_VERSION='3.6.15'
PYTHON37_VERSION='3.7.15'
PYTHON38_VERSION='3.8.19'
PYTHON39_VERSION='3.9.19'
PYTHON310_VERSION='3.10.14'
PYTHON311_VERSION='3.11.8'
PYTHON312_VERSION='3.12.2'
PYTHON310_VERSION='3.10.20'
PYTHON311_VERSION='3.11.15'
PYTHON312_VERSION='3.12.13'
6 changes: 3 additions & 3 deletions build/constants.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -168,9 +168,9 @@
python37-version: 3.7.15
python38-version: 3.8.19
python39-version: 3.9.19
python310-version: 3.10.14
python311-version: 3.11.8
python312-version: 3.12.2
python310-version: 3.10.20
python311-version: 3.11.15
python312-version: 3.12.13
runtime-versions:
- 3.7-debian-bullseye
- 3.7-debian-buster
Expand Down
6 changes: 3 additions & 3 deletions images/constants.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,8 +73,8 @@ variables:
php85Version: 8.5.1
php85Version_SHA: 3f5bf99ce81201f526d25e288eddb2cfa111d068950d1e9a869530054ff98815
python39Version: 3.9.24
python310Version: 3.10.19
python311Version: 3.11.14
python312Version: 3.12.12
python310Version: 3.10.20
python311Version: 3.11.15
python312Version: 3.12.13
python313Version: 3.13.11
python314Version: 3.14.2
2 changes: 2 additions & 0 deletions platforms/python/versions/bookworm/versionsToBuild.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
3.11.12, A035C8C19219BA821ECEA86B64E628F8D684696D,
3.11.13, A035C8C19219BA821ECEA86B64E628F8D684696D,
3.11.14, A035C8C19219BA821ECEA86B64E628F8D684696D,
3.11.15, A035C8C19219BA821ECEA86B64E628F8D684696D,
3.12.1, 7169605F62C751356D054A26A821E680E5FA6305,
3.12.2, 7169605F62C751356D054A26A821E680E5FA6305,
3.12.6, 7169605F62C751356D054A26A821E680E5FA6305,
Expand All @@ -18,6 +19,7 @@
3.12.10, 7169605F62C751356D054A26A821E680E5FA6305,
3.12.11, 7169605F62C751356D054A26A821E680E5FA6305,
3.12.12, 7169605F62C751356D054A26A821E680E5FA6305,
3.12.13, 7169605F62C751356D054A26A821E680E5FA6305,
3.13.1, 7169605F62C751356D054A26A821E680E5FA6305,
3.13.2, 7169605F62C751356D054A26A821E680E5FA6305,
3.13.3, 7169605F62C751356D054A26A821E680E5FA6305,
Expand Down
3 changes: 3 additions & 0 deletions platforms/python/versions/bullseye/versionsToBuild.txt
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@
3.10.17, A035C8C19219BA821ECEA86B64E628F8D684696D,
3.10.18, A035C8C19219BA821ECEA86B64E628F8D684696D,
3.10.19, A035C8C19219BA821ECEA86B64E628F8D684696D,
3.10.20, A035C8C19219BA821ECEA86B64E628F8D684696D,
3.11.0b1, A035C8C19219BA821ECEA86B64E628F8D684696D,
3.11.0, A035C8C19219BA821ECEA86B64E628F8D684696D,
3.11.6, A035C8C19219BA821ECEA86B64E628F8D684696D,
Expand All @@ -42,6 +43,7 @@
3.11.12, A035C8C19219BA821ECEA86B64E628F8D684696D,
3.11.13, A035C8C19219BA821ECEA86B64E628F8D684696D,
3.11.14, A035C8C19219BA821ECEA86B64E628F8D684696D,
3.11.15, A035C8C19219BA821ECEA86B64E628F8D684696D,
3.12.0, 7169605F62C751356D054A26A821E680E5FA6305,
3.12.1, 7169605F62C751356D054A26A821E680E5FA6305,
3.12.2, 7169605F62C751356D054A26A821E680E5FA6305,
Expand All @@ -51,6 +53,7 @@
3.12.10, 7169605F62C751356D054A26A821E680E5FA6305,
3.12.11, 7169605F62C751356D054A26A821E680E5FA6305,
3.12.12, 7169605F62C751356D054A26A821E680E5FA6305,
3.12.13, 7169605F62C751356D054A26A821E680E5FA6305,
3.13.1, 7169605F62C751356D054A26A821E680E5FA6305,
3.13.2, 7169605F62C751356D054A26A821E680E5FA6305,
3.13.3, 7169605F62C751356D054A26A821E680E5FA6305,
Expand Down
6 changes: 3 additions & 3 deletions src/BuildScriptGenerator/PythonVersions.cs
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@ public static class PythonVersions
public const string Python37Version = "3.7.15";
public const string Python38Version = "3.8.20";
public const string Python39Version = "3.9.24";
public const string Python310Version = "3.10.19";
public const string Python311Version = "3.11.14";
public const string Python312Version = "3.12.12";
public const string Python310Version = "3.10.20";
public const string Python311Version = "3.11.15";
public const string Python312Version = "3.12.13";
public const string Python313Version = "3.13.11";
public static readonly List<string> RuntimeVersions = new List<string> { "3.7-debian-bullseye", "3.7-debian-buster", "3.8-debian-bookworm", "3.8-debian-bullseye", "3.8-debian-buster", "3.9-debian-bookworm", "3.9-debian-bullseye", "3.9-debian-buster", "3.10-debian-bookworm", "3.10-debian-bullseye", "3.10-debian-buster", "3.11-debian-bookworm", "3.11-debian-bullseye", "3.12-debian-bookworm", "3.12-debian-bullseye", "3.13-debian-bullseye", "3.13-debian-bookworm", "dynamic-debian-buster" };
}
Expand Down
Loading