Bumped required python version number
This commit is contained in:
4
setup.py
4
setup.py
@ -38,7 +38,7 @@ setup(
|
||||
entry_points={
|
||||
"console_scripts": ["tm-allrisscraper = twomartens.allrisscraper.main:main"]
|
||||
},
|
||||
python_requires="~=3.6",
|
||||
python_requires="~=3.7",
|
||||
install_requires=["selenium"],
|
||||
license="Apache License 2.0",
|
||||
classifiers=[
|
||||
@ -48,7 +48,7 @@ setup(
|
||||
"Environment :: Console",
|
||||
"Programming Language :: Python",
|
||||
"Programming Language :: Python :: 3",
|
||||
"Programming Language :: Python :: 3.6",
|
||||
"Programming Language :: Python :: 3.7",
|
||||
"Programming Language :: Python :: 3.8",
|
||||
],
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user