Skip to content

Commit

Permalink
- declare Python 3.11 support.
Browse files Browse the repository at this point in the history
  • Loading branch information
dataflake committed Nov 2, 2022
1 parent 992a844 commit 42fa239
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion CHANGES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ For changes before version 3.0, see ``HISTORY.rst``.
5.6 (unreleased)
----------------

- Nothing changed yet.
- Add support for final Python 3.11 release.


5.5 (2022-10-10)
Expand Down
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,7 @@
'Programming Language :: Python :: 3.8',
'Programming Language :: Python :: 3.9',
'Programming Language :: Python :: 3.10',
'Programming Language :: Python :: 3.11',
'Programming Language :: Python :: Implementation :: CPython',
],
ext_modules=ext_modules,
Expand Down

0 comments on commit 42fa239

Please sign in to comment.