diff --git a/setup.py b/setup.py index 3f96d8c..ac47026 100644 --- a/setup.py +++ b/setup.py @@ -24,7 +24,7 @@ def package_version(): url="https://github.com/noxdafox/pebble", packages=find_packages(exclude=["test"]), long_description=open(os.path.join(CWD, 'README.rst')).read(), - python_requires=">=3.9", + python_requires=">=3.8", classifiers=[ "Programming Language :: Python :: 3", "Development Status :: 5 - Production/Stable",