From c40ac809f68d9ff3a9c66fd96494dcd5a2502fa5 Mon Sep 17 00:00:00 2001 From: Franziska Kunsmann Date: Sat, 3 Jul 2021 17:29:02 +0200 Subject: [PATCH] this is also compatible with python 3.9 --- setup.py | 1 + 1 file changed, 1 insertion(+) diff --git a/setup.py b/setup.py index 946a403..65622c4 100644 --- a/setup.py +++ b/setup.py @@ -24,6 +24,7 @@ setup( "Programming Language :: Python :: 3.6", "Programming Language :: Python :: 3.7", "Programming Language :: Python :: 3.8", + "Programming Language :: Python :: 3.9", "Topic :: Software Development :: Libraries :: Python Modules", "Topic :: System :: Installation/Setup", "Topic :: System :: Systems Administration",