From e231aab68feb9a7a2c8b5816690aa332aaa8013f Mon Sep 17 00:00:00 2001 From: Jack Chen Date: Wed, 24 Jul 2024 14:52:21 -0400 Subject: [PATCH] upgrade twine for release (#344) --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index b667d47..c44fc65 100644 --- a/setup.py +++ b/setup.py @@ -20,7 +20,7 @@ "pytest-cov==4.*", "pytest-vcr==1.*", "pytest==7.*", - "twine==4.*", + "twine==5.*;python_version>='3.8'", # TODO: remove python pin when 3.7 is dropped "types-requests", "types-urllib3", "vcrpy==4.*", # TODO: vcrpy v5 requires Python 3.8+