Skip to content

Commit

Permalink
Added Python 3.12 to supported versions in package metadata
Browse files Browse the repository at this point in the history
Signed-off-by: Andreas Maier <andreas.r.maier@gmx.de>
  • Loading branch information
andy-maier committed May 5, 2024
1 parent 4245515 commit c024c74
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
3 changes: 3 additions & 0 deletions docs/changes.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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:**
Expand Down
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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',
]
)

0 comments on commit c024c74

Please sign in to comment.