Skip to content

Commit 0c4dcb0

Browse files
authored
[release] allowing for py3.13 images (cpu & cu123) in release tests (#58581)
allowing for py3.13 images (cpu & cu123) in release tests Signed-off-by: elliot-barn <elliot.barnwell@anyscale.com>
1 parent c3ba35e commit 0c4dcb0

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

release/ray_release/config.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -271,6 +271,7 @@ def validate_byod_type(byod_type: str, python_version: str) -> None:
271271
"3.10",
272272
"3.11",
273273
"3.12",
274+
"3.13",
274275
]:
275276
raise Exception(
276277
f"Invalid Python version for BYOD type {byod_type}: {python_version}"

release/ray_release/schema.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,8 @@
3030
"3.9",
3131
"3.10",
3232
"3.11",
33-
"3.12"
33+
"3.12",
34+
"3.13"
3435
]
3536
},
3637
"frequency": {

0 commit comments

Comments
 (0)