Skip to content

Commit 1fe6c25

Browse files
committed
Update PyPI classifiers
1 parent 831908a commit 1fe6c25

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

pyproject.toml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ keywords = ["multivector", "geometric", "algebra"]
1111
license = {file = "LICENSE"}
1212
authors = [{name = "Ken Hilton"}]
1313
classifiers = [
14-
"Development Status :: 3 - Alpha",
14+
"Development Status :: 4 - Beta",
1515
"License :: OSI Approved :: Apache Software License",
1616
"Intended Audience :: Developers",
1717
"Intended Audience :: Science/Research",
@@ -20,6 +20,10 @@ classifiers = [
2020
"Programming Language :: Python :: 3",
2121
"Programming Language :: Python :: 3 :: Only",
2222
"Programming Language :: Python :: 3.7",
23+
"Programming Language :: Python :: 3.8",
24+
"Programming Language :: Python :: 3.9",
25+
"Programming Language :: Python :: 3.10",
26+
"Programming Language :: Python :: 3.11",
2327
"Typing :: Typed"
2428
]
2529
dependencies = []

0 commit comments

Comments
 (0)