diff --git a/setup.py b/setup.py index 8467557..b318cde 100644 --- a/setup.py +++ b/setup.py @@ -27,16 +27,18 @@ setup( author="Lenno Nagel", author_email="lenno@namespace.ee", - python_requires=">=3.6", + python_requires=">=3.7", classifiers=[ "Development Status :: 2 - Pre-Alpha", "Intended Audience :: Developers", "License :: OSI Approved :: MIT License", "Natural Language :: English", "Programming Language :: Python :: 3", - "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", ], description="Django DataDog Logger integration package.", install_requires=requirements,