From 1ef3e0267fd0b83c8f45bc076a1d4c57e9f2f696 Mon Sep 17 00:00:00 2001 From: Jim Martens Date: Wed, 8 Jan 2020 21:01:02 +0100 Subject: [PATCH] Bumped required python version number --- setup.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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", ], )