Skip to content

Commit

Permalink
Chore: Fix project metadata
Browse files Browse the repository at this point in the history
  • Loading branch information
amotl committed Nov 12, 2023
1 parent 1ca0de8 commit 1e07232
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 @@ -33,7 +33,7 @@ authors = [
{ name = "Andreas Motl", email = "[email protected]" },
{ name = "Richard Pobering", email = "[email protected]" },
]
requires-python = ">=3.8"
requires-python = ">=3.8,<=3.11"
classifiers = [
"Development Status :: 3 - Alpha",
"Environment :: Console",
Expand All @@ -57,7 +57,6 @@ classifiers = [
"Programming Language :: Python :: 3.9",
"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3.11",
"Programming Language :: Python :: 3.12",
"Topic :: Communications",
"Topic :: Database",
"Topic :: Documentation",
Expand Down

0 comments on commit 1e07232

Please sign in to comment.