From 2248b1a047bccb81806a84f873c696a896b1eb50 Mon Sep 17 00:00:00 2001
From: Maximilian Moser <maximilian.moser@tuwien.ac.at>
Date: Wed, 23 Nov 2022 17:38:50 +0100
Subject: [PATCH] Fix invalid Python version classifiers

---
 setup.cfg | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/setup.cfg b/setup.cfg
index e8161f4..d5dd21b 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -24,9 +24,9 @@ classifiers =
     Topic :: Internet :: WWW/HTTP :: Dynamic Content
     Topic :: Software Development :: Libraries :: Python Modules
     Programming Language :: Python
-    Programming Language :: Python 3.7
-    Programming Language :: Python 3.8
-    Programming Language :: Python 3.9
+    Programming Language :: Python :: 3.7
+    Programming Language :: Python :: 3.8
+    Programming Language :: Python :: 3.9
     Development Status :: 5 - Production/Stable
 
 [options]
-- 
GitLab