Skip to content

Commit

Permalink
Support Python 3.11 explicitly
Browse files Browse the repository at this point in the history
Signed-off-by: Rodrigo Tobar <rtobar@icrar.org>
  • Loading branch information
rtobar committed Jan 11, 2023
1 parent 3bd8b26 commit bb9aad9
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

## Development version

* Mention explicit support for Python 3.11.

## [2.3]

* Improved macro definition logic and platform detection
Expand Down
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,7 @@ def run(self):
"Programming Language :: Python :: 3.8",
"Programming Language :: Python :: 3.9",
"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3.11",
]

with open('README.rst', 'rt') as f:
Expand Down

0 comments on commit bb9aad9

Please sign in to comment.