@@ -3,15 +3,14 @@ skip_missing_interpreters=true
3
3
envlist =
4
4
cov-clean,
5
5
lint,
6
- {py37, py38,py39,py310,py311}-{requests,httplib2,urllib3,tornado4,boto3,aiohttp,httpx},
6
+ {py38,py39,py310,py311}-{requests,httplib2,urllib3,tornado4,boto3,aiohttp,httpx},
7
7
{pypy3}-{requests,httplib2,urllib3,tornado4,boto3},
8
8
{py310}-httpx019,
9
9
cov-report
10
10
11
11
12
12
[gh-actions]
13
13
python =
14
- 3.7: py37
15
14
3.8: py38
16
15
3.9: py39
17
16
3.10: py310, lint
65
64
# In other circumstances, we might want to generate a PDF or an ebook
66
65
commands =
67
66
sphinx-build -W -b html -d {envtmpdir}/doctrees . {envtmpdir}/html
68
- # We use Python 3.7 . Tox sometimes tries to autodetect it based on the name of
67
+ # We use Python 3.8 . Tox sometimes tries to autodetect it based on the name of
69
68
# the testenv, but "docs" does not give useful clues so we have to be explicit.
70
- basepython = python3.7
69
+ basepython = python3.8
71
70
72
71
[testenv]
73
72
# 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,httplib2,urllib3,tornado4,boto3},{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,httplib2,urllib3,tornado4,boto3},{py37, py38,py39,py310,py311}-{aiohttp}
102
+ lint,{py38,py39,py310,py311,pypy3}-{requests,httplib2,urllib3,tornado4,boto3},{py38,py39,py310,py311}-{aiohttp},{py38,py39,py310,py311}-{httpx}: cov-clean
103
+ cov-report: lint,{py38,py39,py310,py311,pypy3}-{requests,httplib2,urllib3,tornado4,boto3},{py38,py39,py310,py311}-{aiohttp}
106
104
passenv =
107
105
AWS_ACCESS_KEY_ID
108
106
AWS_DEFAULT_REGION
0 commit comments