Skip to content

Commit 6d00e9d

Browse files
committed
.
1 parent e6e35d0 commit 6d00e9d

File tree

3 files changed

+11
-11
lines changed

3 files changed

+11
-11
lines changed

.github/workflows/test-integrations-ai.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.8","3.9","3.10","3.11","3.12","3.13"]
32+
python-version: ["3.8","3.9","3.10","3.11","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/config.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -163,14 +163,14 @@
163163
"<1.23": ["httpx<0.28.0"],
164164
},
165165
"variants": ["openai-notiktoken"],
166-
"python": ">=3.9",
167166
},
168167
"openai-notiktoken": {
169168
"package": "openai",
170169
"deps": {
171170
"*": ["pytest-asyncio"],
172171
"<1.23": ["httpx<0.28.0"],
173172
},
173+
"python": ">=3.9",
174174
},
175175
"openfeature": {
176176
"package": "openfeature-sdk",

tox.ini

Lines changed: 9 additions & 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-05-06T12:41:09.666350+00:00
13+
# Last generated: 2025-05-06T12:44:28.174129+00:00
1414

1515
[tox]
1616
requires =
@@ -142,15 +142,15 @@ envlist =
142142
{py3.9,py3.11,py3.12}-langchain-notiktoken-v0.2.17
143143
{py3.9,py3.12,py3.13}-langchain-notiktoken-v0.3.25
144144

145-
{py3.7,py3.11,py3.12}-openai-v1.0.1
146-
{py3.7,py3.11,py3.12}-openai-v1.26.0
147-
{py3.7,py3.11,py3.12}-openai-v1.51.2
148-
{py3.8,py3.11,py3.12}-openai-v1.77.0
145+
{py3.9,py3.11,py3.12}-openai-v1.0.1
146+
{py3.9,py3.11,py3.12}-openai-v1.26.0
147+
{py3.9,py3.11,py3.12}-openai-v1.51.2
148+
{py3.9,py3.11,py3.12}-openai-v1.77.0
149149

150-
{py3.7,py3.11,py3.12}-openai-notiktoken-v1.0.1
151-
{py3.7,py3.11,py3.12}-openai-notiktoken-v1.26.0
152-
{py3.7,py3.11,py3.12}-openai-notiktoken-v1.51.2
153-
{py3.8,py3.11,py3.12}-openai-notiktoken-v1.77.0
150+
{py3.9,py3.11,py3.12}-openai-notiktoken-v1.0.1
151+
{py3.9,py3.11,py3.12}-openai-notiktoken-v1.26.0
152+
{py3.9,py3.11,py3.12}-openai-notiktoken-v1.51.2
153+
{py3.9,py3.11,py3.12}-openai-notiktoken-v1.77.0
154154

155155
{py3.8,py3.10,py3.11}-huggingface_hub-v0.22.2
156156
{py3.8,py3.10,py3.11}-huggingface_hub-v0.25.2

0 commit comments

Comments
 (0)