Skip to content

Commit

Permalink
chore(pyproject): Update classifiers to current python versions
Browse files Browse the repository at this point in the history
  • Loading branch information
Holzhaus committed Oct 3, 2024
1 parent f5bda9a commit f9384df
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,11 @@ authors = [
classifiers = [
"License :: OSI Approved :: BSD License",
"Programming Language :: Python :: 3",
"Programming Language :: Python :: 3.6",
"Programming Language :: Python :: 3.7",
"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",
]

[project.scripts]
Expand Down

0 comments on commit f9384df

Please sign in to comment.