diff --git a/setup.py b/setup.py index f1066ba..6269cb3 100644 --- a/setup.py +++ b/setup.py @@ -74,14 +74,15 @@ def run(self): author_email='snuggle@sprinkly.net', install_requires=requirements, py_modules = ['hypixel', 'leveling'], - python_requires='>=3.3', + python_requires='>=3.8', classifiers=[ 'Development Status :: 4 - Beta', 'Natural Language :: English', 'Operating System :: OS Independent', - 'Programming Language :: Python :: 3.4', - 'Programming Language :: Python :: 3.6', - 'Programming Language :: Python :: 3.7', + 'Programming Language :: Python :: 3.8', + 'Programming Language :: Python :: 3.9', + 'Programming Language :: Python :: 3.10', + 'Programming Language :: Python :: 3.11', 'Topic :: Games/Entertainment', 'Topic :: Software Development :: Libraries', 'Topic :: Software Development :: Libraries :: Python Modules',