Skip to content

Commit

Permalink
Add Python 3.11 support to package metadata
Browse files Browse the repository at this point in the history
  • Loading branch information
LourensVeen committed Sep 27, 2023
1 parent 1733461 commit 1bb85f3
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 @@ -36,7 +36,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'],

packages=_muscle3_packages,
package_dir={
Expand Down

0 comments on commit 1bb85f3

Please sign in to comment.