Skip to content

Commit

Permalink
Added Python 3.11 to the list of supported Pythons
Browse files Browse the repository at this point in the history
We list Python 3.11 to the list of supported Python versions as it has
been already included in the continuous integration, and proved to work.
  • Loading branch information
mristin committed Oct 30, 2023
1 parent 16c8afb commit 10afd17
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,8 @@
'Programming Language :: Python :: 3.7',
'Programming Language :: Python :: 3.8',
'Programming Language :: Python :: 3.9',
'Programming Language :: Python :: 3.10'
'Programming Language :: Python :: 3.10',
'Programming Language :: Python :: 3.11',
# fmt: on
],
license="License :: OSI Approved :: MIT License",
Expand Down

0 comments on commit 10afd17

Please sign in to comment.