summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorptmcg <ptmcg@austin.rr.com>2022-06-30 05:39:49 -0500
committerptmcg <ptmcg@austin.rr.com>2022-06-30 05:39:49 -0500
commit79d21db42c1385b94bb5b686d1315077fc822f22 (patch)
tree1b9beed7a662cf6dab09f43b3616ebe506364059
parent4cd691f3c3e342f842629a1328a9d12f10af4755 (diff)
downloadpyparsing-git-79d21db42c1385b94bb5b686d1315077fc822f22.tar.gz
Add new classifiers to pyproject.toml
-rw-r--r--pyproject.toml3
1 files changed, 3 insertions, 0 deletions
diff --git a/pyproject.toml b/pyproject.toml
index feab9b0..3714d8b 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -22,9 +22,12 @@ classifiers = [
"Programming Language :: Python :: 3.8",
"Programming Language :: Python :: 3.9",
"Programming Language :: Python :: 3.10",
+ "Programming Language :: Python :: 3.11",
"Programming Language :: Python :: 3 :: Only",
"Programming Language :: Python :: Implementation :: CPython",
"Programming Language :: Python :: Implementation :: PyPy",
+ "Topic :: Software Development :: Compilers",
+ "Topic :: Text Processing",
"Typing :: Typed",
]