diff --git a/setup.py b/setup.py index f49dfcc..b561138 100644 --- a/setup.py +++ b/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", ], )