summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorErich Seifert <dev@erichseifert.de>2022-10-29 15:27:49 +0200
committerGitHub <noreply@github.com>2022-10-29 09:27:49 -0400
commit345549567dbb58fd7bf901392cf6b1a626f36e24 (patch)
treeb2d4d34e2a3533c114ea8b986c61e817ab803391
parent7665aa625506a11bae50b56d3e04413a3dc6fdf8 (diff)
downloadpyjwt-345549567dbb58fd7bf901392cf6b1a626f36e24.tar.gz
Add classifier for Python 3.11 (#818)
* Add classifier for Python 3.11 * Add classifier for Python 3.11
-rw-r--r--CHANGELOG.rst2
-rw-r--r--setup.cfg1
2 files changed, 3 insertions, 0 deletions
diff --git a/CHANGELOG.rst b/CHANGELOG.rst
index a2fac49..8ec7ede 100644
--- a/CHANGELOG.rst
+++ b/CHANGELOG.rst
@@ -13,6 +13,8 @@ Changed
Fixed
~~~~~
+- Add classifier for Python 3.11 by @eseifert in `#818 <https://github.com/jpadilla/pyjwt/pull/818>`_
+
Added
~~~~~
diff --git a/setup.cfg b/setup.cfg
index 6d49d24..08a38b4 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -27,6 +27,7 @@ classifiers =
Programming Language :: Python :: 3.8
Programming Language :: Python :: 3.9
Programming Language :: Python :: 3.10
+ Programming Language :: Python :: 3.11
Topic :: Utilities
[options]