Skip to content

Commit 528875a

Browse files
author
Vincent Moens
authored
[BugFix] Remove erroneous python 3.8 compatibility classifier (#2540)
1 parent 98b45a6 commit 528875a

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

setup.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -275,7 +275,6 @@ def _main(argv):
275275
extras_require=extra_requires,
276276
zip_safe=False,
277277
classifiers=[
278-
"Programming Language :: Python :: 3.8",
279278
"Programming Language :: Python :: 3.9",
280279
"Programming Language :: Python :: 3.10",
281280
"Programming Language :: Python :: 3.11",

0 commit comments

Comments
 (0)