Skip to content

Commit 864dfcb

Browse files
committed
.
1 parent 3d67afd commit 864dfcb

File tree

2 files changed

+7
-6
lines changed

2 files changed

+7
-6
lines changed

scripts/populate_tox/config.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -144,6 +144,7 @@
144144
"deps": {
145145
"*": ["pytest-asyncio"],
146146
},
147+
"python": ">=3.10",
147148
},
148149
"openfeature": {
149150
"package": "openfeature-sdk",

tox.ini

Lines changed: 6 additions & 6 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-07-22T13:11:39.034109+00:00
13+
# Last generated: 2025-07-23T07:24:30.467173+00:00
1414

1515
[tox]
1616
requires =
@@ -145,9 +145,9 @@ envlist =
145145
{py3.9,py3.11,py3.12}-cohere-v5.13.12
146146
{py3.9,py3.11,py3.12}-cohere-v5.16.1
147147

148-
{py3.9,py3.11,py3.12}-openai_agents-v0.0.19
149-
{py3.9,py3.12,py3.13}-openai_agents-v0.1.0
150-
{py3.9,py3.12,py3.13}-openai_agents-v0.2.3
148+
{py3.10,py3.11,py3.12}-openai_agents-v0.0.19
149+
{py3.10,py3.12,py3.13}-openai_agents-v0.1.0
150+
{py3.10,py3.12,py3.13}-openai_agents-v0.2.3
151151

152152
{py3.8,py3.10,py3.11}-huggingface_hub-v0.22.2
153153
{py3.8,py3.11,py3.12}-huggingface_hub-v0.26.5
@@ -276,7 +276,7 @@ envlist =
276276
{py3.6,py3.7}-falcon-v2.0.0
277277
{py3.6,py3.11,py3.12}-falcon-v3.1.3
278278
{py3.8,py3.11,py3.12}-falcon-v4.0.2
279-
{py3.8,py3.11,py3.12}-falcon-v4.1.0a2
279+
{py3.8,py3.11,py3.12}-falcon-v4.1.0a3
280280

281281
{py3.8,py3.10,py3.11}-litestar-v2.0.1
282282
{py3.8,py3.11,py3.12}-litestar-v2.5.5
@@ -725,7 +725,7 @@ deps =
725725
falcon-v2.0.0: falcon==2.0.0
726726
falcon-v3.1.3: falcon==3.1.3
727727
falcon-v4.0.2: falcon==4.0.2
728-
falcon-v4.1.0a2: falcon==4.1.0a2
728+
falcon-v4.1.0a3: falcon==4.1.0a3
729729

730730
litestar-v2.0.1: litestar==2.0.1
731731
litestar-v2.5.5: litestar==2.5.5

0 commit comments

Comments
 (0)