From 2426a5ffd57c49c257988df498f402978e9d901a Mon Sep 17 00:00:00 2001 From: Christian Clauss Date: Thu, 24 Dec 2020 15:14:05 +0100 Subject: [PATCH] setup.py: Add support for Python 3.8 and 3.9 Signed-off-by: Christian Clauss --- setup.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/setup.py b/setup.py index c7022950..330ab3e3 100644 --- a/setup.py +++ b/setup.py @@ -84,6 +84,8 @@ setup( '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', 'Topic :: Software Development', 'Topic :: Utilities', 'License :: OSI Approved :: Apache Software License',