Skip to content

Commit

Permalink
ci: fix classifiers
Browse files Browse the repository at this point in the history
  • Loading branch information
jnicoulaud-ledger committed Oct 10, 2024
1 parent bb66d77 commit ec4b525
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@ readme = "README.md"
dynamic = ["version"]
requires-python = ">= 3.12, <3.13"
classifiers = [
"Development Status :: 1 - Planning Copy",
"Development Status :: 4 - Beta",
"Intended Audience :: Developers",
"Topic :: Software Development :: Build Tools",
"Topic :: Software Development :: Libraries",
"License :: OSI Approved :: Apache Software License",
"Programming Language :: Python :: 3",
"Programming Language :: Python :: 3 :: Only",
Expand Down

0 comments on commit ec4b525

Please sign in to comment.