diff --git a/HISTORY.rst b/HISTORY.rst index 666dd70..cdd2998 100644 --- a/HISTORY.rst +++ b/HISTORY.rst @@ -1,6 +1,13 @@ Releases history ---------------- +Version 1.3.3 +------------- + +- Add support for Python 3.12 +- Fix package metadata to include Python 3.11, 3.12. + + Version 1.3.2 ------------- diff --git a/setup.py b/setup.py index 54dc81b..ab3182b 100644 --- a/setup.py +++ b/setup.py @@ -74,6 +74,8 @@ Programming Language :: Python :: 3.8 Programming Language :: Python :: 3.9 Programming Language :: Python :: 3.10 +Programming Language :: Python :: 3.11 +Programming Language :: Python :: 3.12 Operating System :: POSIX :: Linux Operating System :: POSIX :: BSD Operating System :: MacOS :: MacOS X