11[tox]
2- envlist = py36, py37, py38, py39, py310, pypy3, lint, docs, packaging
2+ envlist = py36, py37, py38, py39, py310, py311, pypy3, lint, docs, packaging
33
44[gh-actions]
55python =
88 3.8: py38
99 3.9: py39, lint, docs, packaging, h2spec
1010 3.10: py310
11+ 3.11: py311
1112 pypy3: pypy3
1213
1314[testenv]
@@ -33,7 +34,7 @@ commands = flake8 src/ test/
3334[testenv:docs]
3435deps =
3536 sphinx>=4.0.2,<5
36- whitelist_externals = make
37+ allowlist_externals = make
3738changedir = {toxinidir}/docs
3839commands =
3940 make clean
@@ -42,10 +43,10 @@ commands =
4243[testenv:packaging]
4344basepython = python3.9
4445deps =
45- check-manifest ==0.46
46- readme-renderer ==29.0
46+ check-manifest ==0.49
47+ readme-renderer ==37.3
4748 twine>=3.4.1,<4
48- whitelist_externals = rm
49+ allowlist_externals = rm
4950commands =
5051 rm -rf dist/
5152 check-manifest
@@ -56,7 +57,7 @@ commands =
5657basepython = {[testenv:packaging]basepython}
5758deps =
5859 {[testenv:packaging]deps}
59- whitelist_externals = {[testenv:packaging]whitelist_externals }
60+ allowlist_externals = {[testenv:packaging]allowlist_externals }
6061commands =
6162 {[testenv:packaging]commands}
6263 twine upload dist/*
@@ -72,6 +73,6 @@ commands =
7273basepython = python3.8
7374deps =
7475 twisted[tls]==20.3.0
75- whitelist_externals = {toxinidir}/test/h2spectest.sh
76+ allowlist_externals = {toxinidir}/test/h2spectest.sh
7677commands =
7778 {toxinidir}/test/h2spectest.sh
0 commit comments