Skip to content

Commit 6b81ed0

Browse files
Updated setup's classifiers keyword argument (#735)
Remove declaration for support of Python 3.6, added declaration of support of Python 3.9
1 parent b4b9722 commit 6b81ed0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -492,8 +492,8 @@ def _get_cmdclass():
492492
keywords="dpctl",
493493
classifiers=[
494494
"Development Status :: 3 - Alpha",
495-
"Programming Language :: Python :: 3.6",
496495
"Programming Language :: Python :: 3.7",
497496
"Programming Language :: Python :: 3.8",
497+
"Programming Language :: Python :: 3.9",
498498
],
499499
)

0 commit comments

Comments
 (0)