diff --git a/docs/changes.rst b/docs/changes.rst index 55dc2b8..59c410e 100644 --- a/docs/changes.rst +++ b/docs/changes.rst @@ -16,6 +16,9 @@ Released: not yet **Bug fixes:** +* Docs: Added Python 3.12 to the supported versions in the package metadata. + (issue #196) + **Enhancements:** **Cleanup:** diff --git a/setup.py b/setup.py index 69e25e7..6ab71fa 100755 --- a/setup.py +++ b/setup.py @@ -202,6 +202,7 @@ class test(PytestCommand): 'Programming Language :: Python :: 3.9', 'Programming Language :: Python :: 3.10', 'Programming Language :: Python :: 3.11', + 'Programming Language :: Python :: 3.12', 'Topic :: Software Development :: Libraries :: Python Modules', ] )