Skip to content

Commit 1d3cbeb

Browse files
committed
.
1 parent fe482e5 commit 1d3cbeb

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

scripts/populate_tox/config.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -207,6 +207,7 @@
207207
"deps": {
208208
"*": ["anyio>=3,<5", "httpx2-pytest==1.0.1"],
209209
},
210+
"python": ">=3.10",
210211
},
211212
"huey": {
212213
"package": "huey",

tox.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -240,7 +240,7 @@ envlist =
240240
{py3.9,py3.11,py3.12}-httpx-v0.28.1
241241
{py3.9,py3.11,py3.12}-httpx-latest
242242

243-
{py3.9,py3.12,py3.13}-httpx2-v2.0.0
243+
{py3.10,py3.12,py3.13}-httpx2-v2.0.0
244244
{py3.10,py3.13,py3.14,py3.14t}-httpx2-v2.1.0
245245
{py3.10,py3.13,py3.14,py3.14t}-httpx2-v2.2.0
246246
{py3.10,py3.13,py3.14,py3.14t}-httpx2-latest

0 commit comments

Comments
 (0)