From edddc51765ea8dd9e1973cbaa0262f3bb252556f Mon Sep 17 00:00:00 2001 From: augustak Date: Mon, 20 Jun 2022 10:23:36 +0200 Subject: [PATCH] Updated version tags --- setup.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/setup.py b/setup.py index 11d694c2..ae410018 100755 --- a/setup.py +++ b/setup.py @@ -103,6 +103,9 @@ "Programming Language :: Python :: 3.5", "Programming Language :: Python :: 3.6", "Programming Language :: Python :: 3.7", + "Programming Language :: Python :: 3.8", + "Programming Language :: Python :: 3.9", + "Programming Language :: Python :: 3.10", "License :: OSI Approved", "License :: OSI Approved :: MIT License", "Development Status :: 4 - Beta",