From bba56b1fd679d32d77ad70e5eae60ae481e2dba8 Mon Sep 17 00:00:00 2001
From: Maeva Pourpoint <maeva@passcal.nmt.edu>
Date: Fri, 15 Mar 2024 11:54:01 -0600
Subject: [PATCH] Add support for python 3.10 and 3.11

---
 setup.py | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/setup.py b/setup.py
index 775e43ce..a5b2424f 100644
--- a/setup.py
+++ b/setup.py
@@ -21,6 +21,8 @@ setup(
         'License :: OSI Approved ::  GNU General Public License v3 (GPLv3)',
         'Natural Language :: English',
         'Programming Language :: Python :: 3.9',
+        'Programming Language :: Python :: 3.10',
+        'Programming Language :: Python :: 3.11',
     ],
     description="StationXML creation GUI",
     entry_points={
-- 
GitLab