We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 12dbf37 commit d986653Copy full SHA for d986653
setup.py
@@ -66,10 +66,10 @@ def local_version(version):
66
"Programming Language :: Python :: 3.9",
67
"Programming Language :: Python :: 3.10",
68
],
69
- python_requires=">=3.6",
+ python_requires=">=3.10",
70
install_requires=[
71
"requests",
72
- "retry",
+ "retry2",
73
74
project_urls={
75
"Maintainer": "https://github.com/biglocalnews",
0 commit comments