Skip to content

Commit bcc1471

Browse files
authored
MAINT: update pypi classifiers (#1153)
Fix #1106
1 parent 34520e5 commit bcc1471

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

pyproject.toml

+6-1
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,13 @@ maintainers = [
3434
]
3535

3636
classifiers = [
37-
"Development Status :: 4 - Beta",
37+
"Development Status :: 5 - Production/Stable",
3838
"Programming Language :: Python :: 3",
39+
"Programming Language :: Python :: 3.7",
40+
"Programming Language :: Python :: 3.8",
41+
"Programming Language :: Python :: 3.9",
42+
"Programming Language :: Python :: 3.10",
43+
"Programming Language :: Python :: 3.11",
3944
"Framework :: Sphinx",
4045
"Framework :: Sphinx :: Theme",
4146
"License :: OSI Approved :: BSD License",

0 commit comments

Comments
 (0)