Skip to content

Commit

Permalink
MAINT: update pypi classifiers (#1153)
Browse files Browse the repository at this point in the history
Fix #1106
  • Loading branch information
12rambau authored Feb 7, 2023
1 parent 34520e5 commit bcc1471
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,13 @@ maintainers = [
]

classifiers = [
"Development Status :: 4 - Beta",
"Development Status :: 5 - Production/Stable",
"Programming Language :: Python :: 3",
"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",
"Framework :: Sphinx",
"Framework :: Sphinx :: Theme",
"License :: OSI Approved :: BSD License",
Expand Down

0 comments on commit bcc1471

Please sign in to comment.