We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 54ec4d2 commit 582f17eCopy full SHA for 582f17e
setup.py
@@ -16,7 +16,7 @@
16
packages = setuptools.find_packages(),
17
include_package_data = True,
18
platforms="OS Independent",
19
- python_requires='>=3.8',
+ python_requires='>=3.7',
20
install_requires=[
21
"pytest>=6.2.5,<7.0.0",
22
"geopy==2.1.0",
@@ -48,6 +48,7 @@
48
"Development Status :: 3 - Alpha",
49
"License :: OSI Approved :: MIT License",
50
"Natural Language :: English",
51
+ "Programming Language :: Python :: 3.7",
52
"Programming Language :: Python :: 3.8",
53
"Intended Audience :: End Users/Desktop",
54
"Intended Audience :: Developers",
0 commit comments