From c3ec0befc1b985e66e553ee2fa853cc8715e11a5 Mon Sep 17 00:00:00 2001
From: Martin Larralde <martin.larralde@embl.de>
Date: Mon, 18 Jul 2022 15:23:31 +0200
Subject: [PATCH] Add Python 3.10 to the Python versions supported in
 `setup.cfg`

---
 setup.cfg | 1 +
 1 file changed, 1 insertion(+)

diff --git a/setup.cfg b/setup.cfg
index f66cac3..b9c45fb 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -26,6 +26,7 @@ classifier =
     Programming Language :: Python :: 3.7
     Programming Language :: Python :: 3.8
     Programming Language :: Python :: 3.9
+    Programming Language :: Python :: 3.10
     Programming Language :: Python :: Implementation :: CPython
     Programming Language :: Python :: Implementation :: PyPy
     Topic :: Scientific/Engineering :: Bio-Informatics
-- 
GitLab