@@ -3,7 +3,7 @@ skip_missing_interpreters=true
3
3
envlist =
4
4
cov-clean,
5
5
lint,
6
- {py37, py38,py39,py310,py311}-{requests-urllib3-1,httplib2,urllib3-1,tornado4,boto3,aiohttp,httpx},
6
+ {py38,py39,py310,py311}-{requests-urllib3-1,httplib2,urllib3-1,tornado4,boto3,aiohttp,httpx},
7
7
{py310,py311}-{requests-urllib3-2,urllib3-2},
8
8
{pypy3}-{requests-urllib3-1,httplib2,urllib3-1,tornado4,boto3},
9
9
{py310}-httpx019,
@@ -12,7 +12,6 @@ envlist =
12
12
13
13
[gh-actions]
14
14
python =
15
- 3.7: py37
16
15
3.8: py38
17
16
3.9: py39
18
17
3.10: py310, lint
66
65
# In other circumstances, we might want to generate a PDF or an ebook
67
66
commands =
68
67
sphinx-build -W -b html -d {envtmpdir}/doctrees . {envtmpdir}/html
69
- # We use Python 3.7 . Tox sometimes tries to autodetect it based on the name of
68
+ # We use Python 3.8 . Tox sometimes tries to autodetect it based on the name of
70
69
# the testenv, but "docs" does not give useful clues so we have to be explicit.
71
- basepython = python3.7
70
+ basepython = python3.8
72
71
73
72
[testenv]
74
73
# Need to use develop install so that paths
@@ -94,15 +93,14 @@ deps =
94
93
aiohttp: pytest-asyncio
95
94
aiohttp: pytest-aiohttp
96
95
httpx: httpx
97
- {py37, py38,py39,py310}-{httpx}: httpx
98
- {py37, py38,py39,py310}-{httpx}: pytest-asyncio
96
+ {py38,py39,py310}-{httpx}: httpx
97
+ {py38,py39,py310}-{httpx}: pytest-asyncio
99
98
httpx: httpx>0.19
100
- # httpx==0.19 is the latest version that supports allow_redirects, newer versions use follow_redirects
101
99
httpx019: httpx ==0.19
102
- {py37, py38,py39,py310}-{httpx}: pytest-asyncio
100
+ {py38,py39,py310}-{httpx}: pytest-asyncio
103
101
depends =
104
- lint,{py37, py38,py39,py310,py311,pypy3}-{requests-urllib3-1,httplib2,urllib3-1,tornado4,boto3},{py310,py311}-{requests-urllib3-2,urllib3-2},{py37, py38,py39,py310,py311}-{aiohttp},{py37, py38,py39,py310,py311}-{httpx}: cov-clean
105
- cov-report: lint,{py37, py38,py39,py310,py311,pypy3}-{requests-urllib3-1,httplib2,urllib3-1,tornado4,boto3},{py310,py311}-{requests-urllib3-2,urllib3-2},{py37, py38,py39,py310,py311}-{aiohttp}
102
+ lint,{py38,py39,py310,py311,pypy3}-{requests-urllib3-1,httplib2,urllib3-1,tornado4,boto3},{py310,py311}-{requests-urllib3-2,urllib3-2},{py38,py39,py310,py311}-{aiohttp},{py38,py39,py310,py311}-{httpx}: cov-clean
103
+ cov-report: lint,{py38,py39,py310,py311,pypy3}-{requests-urllib3-1,httplib2,urllib3-1,tornado4,boto3},{py310,py311}-{requests-urllib3-2,urllib3-2},{py38,py39,py310,py311}-{aiohttp}
106
104
passenv =
107
105
AWS_ACCESS_KEY_ID
108
106
AWS_DEFAULT_REGION
0 commit comments