Skip to content

Commit

Permalink
docs(pyproject): add python classifiers for 3.12 and 3.13
Browse files Browse the repository at this point in the history
  • Loading branch information
benjamin-awd committed Jan 15, 2025
1 parent cc7b483 commit 103193e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@ readme = "README.md"
classifiers = [
"Development Status :: 3 - Alpha",
"Programming Language :: Python :: 3.11",
"Programming Language :: Python :: 3.12",
"Programming Language :: Python :: 3.13"
]

[tool.poetry.dependencies]
Expand Down

0 comments on commit 103193e

Please sign in to comment.