summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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