Skip to content

Commit

Permalink
[BugFix] Remove erroneous python 3.8 compatibility classifier (#2540)
Browse files Browse the repository at this point in the history
(cherry picked from commit 528875a)
  • Loading branch information
vmoens committed Nov 14, 2024
1 parent f934657 commit 7811dea
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -275,7 +275,6 @@ def _main(argv):
extras_require=extra_requires,
zip_safe=False,
classifiers=[
"Programming Language :: Python :: 3.8",
"Programming Language :: Python :: 3.9",
"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3.11",
Expand Down

0 comments on commit 7811dea

Please sign in to comment.