Skip to content

Commit 0cc184f

Browse files
committed
.
1 parent b156e25 commit 0cc184f

File tree

2 files changed

+6
-5
lines changed

2 files changed

+6
-5
lines changed

scripts/populate_tox/config.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@
3131
},
3232
"cohere": {
3333
"package": "cohere",
34+
"python": ">=3.9",
3435
},
3536
"django": {
3637
"package": "django",

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-04-15T15:00:48.604018+00:00
13+
# Last generated: 2025-04-15T15:09:46.980440+00:00
1414

1515
[tox]
1616
requires =
@@ -144,10 +144,10 @@ envlist =
144144
# integration tests there.
145145

146146
# ~~~ AI ~~~
147-
{py3.8,py3.10,py3.11}-cohere-v5.4.0
148-
{py3.8,py3.11,py3.12}-cohere-v5.9.4
149-
{py3.8,py3.11,py3.12}-cohere-v5.13.9
150-
{py3.8,py3.11,py3.12}-cohere-v5.15.0
147+
{py3.9,py3.10,py3.11}-cohere-v5.4.0
148+
{py3.9,py3.11,py3.12}-cohere-v5.9.4
149+
{py3.9,py3.11,py3.12}-cohere-v5.13.9
150+
{py3.9,py3.11,py3.12}-cohere-v5.15.0
151151

152152
{py3.8,py3.10,py3.11}-huggingface_hub-v0.22.2
153153
{py3.8,py3.10,py3.11}-huggingface_hub-v0.25.2

0 commit comments

Comments
 (0)