We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0e34357 commit e231aabCopy full SHA for e231aab
1 file changed
setup.py
@@ -20,7 +20,7 @@
20
"pytest-cov==4.*",
21
"pytest-vcr==1.*",
22
"pytest==7.*",
23
- "twine==4.*",
+ "twine==5.*;python_version>='3.8'", # TODO: remove python pin when 3.7 is dropped
24
"types-requests",
25
"types-urllib3",
26
"vcrpy==4.*", # TODO: vcrpy v5 requires Python 3.8+
0 commit comments