Skip to content

Commit d986653

Browse files
committed
Change to retry2
1 parent 12dbf37 commit d986653

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -66,10 +66,10 @@ def local_version(version):
6666
"Programming Language :: Python :: 3.9",
6767
"Programming Language :: Python :: 3.10",
6868
],
69-
python_requires=">=3.6",
69+
python_requires=">=3.10",
7070
install_requires=[
7171
"requests",
72-
"retry",
72+
"retry2",
7373
],
7474
project_urls={
7575
"Maintainer": "https://github.com/biglocalnews",

0 commit comments

Comments
 (0)