Skip to content

Commit e8ebbda

Browse files
committed
.
1 parent f4a146d commit e8ebbda

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

scripts/populate_tox/config.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -252,6 +252,7 @@
252252
},
253253
"ray": {
254254
"package": "ray",
255+
"python": "<=3.11",
255256
},
256257
"redis_py_cluster_legacy": {
257258
"package": "redis-py-cluster",

tox.ini

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
# The file (and all resulting CI YAMLs) then need to be regenerated via
1111
# "scripts/generate-test-files.sh".
1212
#
13-
# Last generated: 2025-09-17T12:25:23.783060+00:00
13+
# Last generated: 2025-09-17T12:36:21.578689+00:00
1414

1515
[tox]
1616
requires =
@@ -243,8 +243,8 @@ envlist =
243243

244244
{py3.7,py3.9,py3.10}-ray-v2.7.2
245245
{py3.8,py3.10,py3.11}-ray-v2.24.0
246-
{py3.9,py3.11,py3.12}-ray-v2.39.0
247-
{py3.9,py3.12,py3.13}-ray-v2.49.1
246+
{py3.9,py3.10,py3.11}-ray-v2.39.0
247+
{py3.9,py3.10,py3.11}-ray-v2.49.1
248248

249249
{py3.8,py3.9}-spark-v3.0.3
250250
{py3.8,py3.10,py3.11}-spark-v3.5.6

0 commit comments

Comments
 (0)