Skip to content

Commit

Permalink
fix: add missing python version classifiers (#65)
Browse files Browse the repository at this point in the history
  • Loading branch information
bdraco authored Jul 31, 2024
1 parent 6ff0742 commit 489016f
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,11 @@ classifiers = [
"Natural Language :: English",
"Operating System :: OS Independent",
"Topic :: Software Development :: Libraries",
"Programming Language :: Python :: 3.8",
"Programming Language :: Python :: 3.9",
"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3.11",
"Programming Language :: Python :: 3.12",
"License :: OSI Approved :: Python Software Foundation License"
]
packages = [
Expand Down

0 comments on commit 489016f

Please sign in to comment.