Skip to content

Commit e231aab

Browse files
authored
upgrade twine for release (#344)
1 parent 0e34357 commit e231aab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
"pytest-cov==4.*",
2121
"pytest-vcr==1.*",
2222
"pytest==7.*",
23-
"twine==4.*",
23+
"twine==5.*;python_version>='3.8'", # TODO: remove python pin when 3.7 is dropped
2424
"types-requests",
2525
"types-urllib3",
2626
"vcrpy==4.*", # TODO: vcrpy v5 requires Python 3.8+

0 commit comments

Comments
 (0)