Skip to content

Commit

Permalink
Chore: Stop announcing compatibility with Python 3.7
Browse files Browse the repository at this point in the history
  • Loading branch information
amotl committed Jul 17, 2024
1 parent b77057a commit d504007
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ authors = [
{ name = "Marija Selakovic", email = "[email protected]" },
{ name = "Andreas Motl", email = "[email protected]" },
]
requires-python = ">=3.7"
requires-python = ">=3.8"
classifiers = [
"Development Status :: 3 - Alpha",
"Environment :: Console",
Expand All @@ -46,7 +46,6 @@ classifiers = [
"Operating System :: Unix",
"Programming Language :: Python",
"Programming Language :: Python :: 3 :: Only",
"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 d504007

Please sign in to comment.