Skip to content

Commit f4a146d

Browse files
committed
.
1 parent a254210 commit f4a146d

File tree

3 files changed

+2
-18
lines changed

3 files changed

+2
-18
lines changed

.github/workflows/test-integrations-tasks.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
strategy:
3030
fail-fast: false
3131
matrix:
32-
python-version: ["3.7","3.10","3.11","3.12","3.13"]
32+
python-version: ["3.7","3.12","3.13"]
3333
# python3.6 reached EOL and is no longer being supported on
3434
# new versions of hosted runners on Github Actions
3535
# ubuntu-20.04 is the last version that supported python3.6

scripts/populate_tox/tox.jinja

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -64,10 +64,6 @@ envlist =
6464
# pure_eval
6565
{py3.6,py3.12,py3.13}-pure_eval
6666

67-
# Ray
68-
{py3.10,py3.11}-ray-v{2.34}
69-
{py3.10,py3.11}-ray-latest
70-
7167
# Redis
7268
{py3.6,py3.8}-redis-v{3}
7369
{py3.7,py3.8,py3.11}-redis-v{4}
@@ -180,10 +176,6 @@ deps =
180176
# pure_eval
181177
pure_eval: pure_eval
182178
183-
# Ray
184-
ray-v2.34: ray~=2.34.0
185-
ray-latest: ray
186-
187179
# Redis
188180
redis: fakeredis!=1.7.4
189181
redis: pytest<8.0.0

tox.ini

Lines changed: 1 addition & 9 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:17:12.035548+00:00
13+
# Last generated: 2025-09-17T12:25:23.783060+00:00
1414

1515
[tox]
1616
requires =
@@ -64,10 +64,6 @@ envlist =
6464
# pure_eval
6565
{py3.6,py3.12,py3.13}-pure_eval
6666

67-
# Ray
68-
{py3.10,py3.11}-ray-v{2.34}
69-
{py3.10,py3.11}-ray-latest
70-
7167
# Redis
7268
{py3.6,py3.8}-redis-v{3}
7369
{py3.7,py3.8,py3.11}-redis-v{4}
@@ -410,10 +406,6 @@ deps =
410406
# pure_eval
411407
pure_eval: pure_eval
412408

413-
# Ray
414-
ray-v2.34: ray~=2.34.0
415-
ray-latest: ray
416-
417409
# Redis
418410
redis: fakeredis!=1.7.4
419411
redis: pytest<8.0.0

0 commit comments

Comments
 (0)