diff --git a/setup.py b/setup.py index b624ae473a..d88580e242 100644 --- a/setup.py +++ b/setup.py @@ -492,8 +492,8 @@ def _get_cmdclass(): keywords="dpctl", classifiers=[ "Development Status :: 3 - Alpha", - "Programming Language :: Python :: 3.6", "Programming Language :: Python :: 3.7", "Programming Language :: Python :: 3.8", + "Programming Language :: Python :: 3.9", ], )