summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSeth Morton <seth.m.morton@gmail.com>2021-11-02 20:45:34 -0700
committerSeth Morton <seth.m.morton@gmail.com>2021-11-02 20:45:34 -0700
commit8d36f201b9c68532810c66edc955cc52062d5ddb (patch)
treef5015a5b43536aeee42523b11d90108895b802f4
parent41151630196cb98589ce1c5fee60336927e6a5d5 (diff)
downloadnatsort-8d36f201b9c68532810c66edc955cc52062d5ddb.tar.gz
Add notes about using Python 3.10
-rw-r--r--CHANGELOG.md1
-rw-r--r--setup.cfg1
2 files changed, 2 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 25fbf19..e6aa51a 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -4,6 +4,7 @@ Unreleased
### Added
- Type hints (contributions from [@thethiny](https://github.com/thethiny) and
[@domdfcoding](https://github.com/domdfcoding), issues #132, #135, and #138)
+- Explicit testing for Python 3.10
### Removed
- Support for Python 3.4 and Python 3.5
diff --git a/setup.cfg b/setup.cfg
index c8da57a..f90f59d 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -29,6 +29,7 @@ classifiers =
Programming Language :: Python :: 3.7
Programming Language :: Python :: 3.8
Programming Language :: Python :: 3.9
+ Programming Language :: Python :: 3.10
Topic :: Scientific/Engineering :: Information Analysis
Topic :: Utilities
Topic :: Text Processing