Skip to content

Commit b73b738

Browse files
committed
adjust versions
1 parent 0beed64 commit b73b738

File tree

3 files changed

+8
-6
lines changed

3 files changed

+8
-6
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ jobs:
104104
strategy:
105105
fail-fast: false
106106
matrix:
107-
python-version: ["3.7","3.8","3.9","3.10","3.11","3.12","3.13"]
107+
python-version: ["3.8","3.9","3.10","3.11","3.12","3.13"]
108108
# python3.6 reached EOL and is no longer being supported on
109109
# new versions of hosted runners on Github Actions
110110
# ubuntu-20.04 is the last version that supported python3.6

scripts/populate_tox/config.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,9 @@
1818
"package": "anthropic",
1919
"deps": {
2020
"*": ["pytest-asyncio"],
21-
"<0.29": ["httpx<0.28.0"],
21+
"<0.50": ["httpx<0.28.0"],
2222
},
23+
"python": ">=3.8",
2324
},
2425
"ariadne": {
2526
"package": "ariadne",

tox.ini

Lines changed: 5 additions & 4 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-29T08:20:19.912101+00:00
13+
# Last generated: 2025-04-29T08:35:44.624881+00:00
1414

1515
[tox]
1616
requires =
@@ -135,9 +135,9 @@ envlist =
135135
# integration tests there.
136136

137137
# ~~~ AI ~~~
138-
{py3.7,py3.11,py3.12}-anthropic-v0.16.0
139-
{py3.7,py3.11,py3.12}-anthropic-v0.27.0
140-
{py3.7,py3.11,py3.12}-anthropic-v0.38.0
138+
{py3.8,py3.11,py3.12}-anthropic-v0.16.0
139+
{py3.8,py3.11,py3.12}-anthropic-v0.27.0
140+
{py3.8,py3.11,py3.12}-anthropic-v0.38.0
141141
{py3.8,py3.11,py3.12}-anthropic-v0.50.0
142142

143143
{py3.9,py3.10,py3.11}-cohere-v5.4.0
@@ -506,6 +506,7 @@ deps =
506506
anthropic: pytest-asyncio
507507
anthropic-v0.16.0: httpx<0.28.0
508508
anthropic-v0.27.0: httpx<0.28.0
509+
anthropic-v0.38.0: httpx<0.28.0
509510

510511
cohere-v5.4.0: cohere==5.4.0
511512
cohere-v5.8.1: cohere==5.8.1

0 commit comments

Comments
 (0)