We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2142f79 commit 058e10dCopy full SHA for 058e10d
1 file changed
tox.ini
@@ -37,7 +37,7 @@ commands =
37
38
[testenv:docs]
39
deps =
40
- sphinx>=3.5,<5
+ sphinx
41
allowlist_externals = make
42
changedir = {toxinidir}/docs
43
commands =
@@ -49,7 +49,7 @@ basepython = python3.9
49
50
check-manifest==0.46
51
readme-renderer==29.0
52
- twine>=3.4.1,<4
+ twine
53
allowlist_externals = rm
54
55
rm -rf dist/
0 commit comments