Skip to content

Commit afed90f

Browse files
committed
hopefully final bound
1 parent 52e7498 commit afed90f

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.9",
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-17T14:14:35.090628+00:00
13+
# Last generated: 2025-09-17T14:24:00.884766+00:00
1414

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

244-
{py3.7,py3.9,py3.10}-ray-v2.7.2
245-
{py3.8,py3.10,py3.11}-ray-v2.24.0
244+
{py3.9,py3.10}-ray-v2.7.2
245+
{py3.9,py3.10,py3.11}-ray-v2.24.0
246246
{py3.9,py3.11,py3.12}-ray-v2.39.0
247247
{py3.9,py3.12,py3.13}-ray-v2.49.1
248248

0 commit comments

Comments
 (0)