Skip to content
Snippets Groups Projects
Commit bba56b1f authored by Maeva Pourpoint's avatar Maeva Pourpoint
Browse files

Add support for python 3.10 and 3.11

parent 60428522
No related branches found
No related tags found
1 merge request!30Start cleaning the repo
...@@ -21,6 +21,8 @@ setup( ...@@ -21,6 +21,8 @@ setup(
'License :: OSI Approved :: GNU General Public License v3 (GPLv3)', 'License :: OSI Approved :: GNU General Public License v3 (GPLv3)',
'Natural Language :: English', 'Natural Language :: English',
'Programming Language :: Python :: 3.9', 'Programming Language :: Python :: 3.9',
'Programming Language :: Python :: 3.10',
'Programming Language :: Python :: 3.11',
], ],
description="StationXML creation GUI", description="StationXML creation GUI",
entry_points={ entry_points={
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment