Skip to content

Commit

Permalink
Remove Python 3.7 classifier
Browse files Browse the repository at this point in the history
It should have been removed in #153
which removed Python 3.7 support, but we can do it here instead.
  • Loading branch information
Tenzer committed Nov 1, 2023
1 parent 544cd45 commit e52d719
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@ classifiers = [
"Operating System :: MacOS",
"Operating System :: POSIX :: Linux",
"Programming Language :: Python :: 3",
"Programming Language :: Python :: 3.7",
"Programming Language :: Python :: 3.8",
"Programming Language :: Python :: 3.9",
"Programming Language :: Python :: 3.10",
Expand Down

0 comments on commit e52d719

Please sign in to comment.