summaryrefslogtreecommitdiff
path: root/setup.cfg
diff options
context:
space:
mode:
authorSeth Morton <seth.m.morton@gmail.com>2023-02-27 00:54:49 -0800
committerSeth Morton <seth.m.morton@gmail.com>2023-02-27 00:54:49 -0800
commit07604c838746721704b3bd05adcb41d56200404a (patch)
tree67bceaa9b6957e676267fb6a65262c629942a9f8 /setup.cfg
parent70b142326ad39c0e6da9cb714a1b29c3ff0cd5da (diff)
downloadnatsort-07604c838746721704b3bd05adcb41d56200404a.tar.gz
Add explicit support for python 3.11
Diffstat (limited to 'setup.cfg')
-rw-r--r--setup.cfg1
1 files changed, 1 insertions, 0 deletions
diff --git a/setup.cfg b/setup.cfg
index 786d32f..3b9bf94 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -29,6 +29,7 @@ classifiers =
Programming Language :: Python :: 3.8
Programming Language :: Python :: 3.9
Programming Language :: Python :: 3.10
+ Programming Language :: Python :: 3.11
Topic :: Scientific/Engineering :: Information Analysis
Topic :: Utilities
Topic :: Text Processing