Skip to content

Commit 52e7498

Browse files
committed
lets try now
1 parent 5012828 commit 52e7498

File tree

2 files changed

+5
-6
lines changed

2 files changed

+5
-6
lines changed

scripts/populate_tox/config.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -252,7 +252,6 @@
252252
},
253253
"ray": {
254254
"package": "ray",
255-
"python": ">=3.10,<=3.11",
256255
},
257256
"redis_py_cluster_legacy": {
258257
"package": "redis-py-cluster",

tox.ini

Lines changed: 5 additions & 5 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:44:17.672600+00:00
13+
# Last generated: 2025-09-17T14:14:35.090628+00:00
1414

1515
[tox]
1616
requires =
@@ -241,10 +241,10 @@ envlist =
241241
{py3.6,py3.7}-huey-v2.3.2
242242
{py3.6,py3.11,py3.12}-huey-v2.5.3
243243

244-
{py3.10}-ray-v2.7.2
245-
{py3.10,py3.11}-ray-v2.24.0
246-
{py3.10,py3.11}-ray-v2.39.0
247-
{py3.10,py3.11}-ray-v2.49.1
244+
{py3.7,py3.9,py3.10}-ray-v2.7.2
245+
{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
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)