From 0b916e98775c225510b4ed7c8c9ae59a9e1d2eab Mon Sep 17 00:00:00 2001 From: Robbe Sneyders Date: Wed, 9 Feb 2022 10:09:41 +0100 Subject: [PATCH] Add Python 3.9 to supported versions in setup.py (#1459) --- setup.py | 1 + 1 file changed, 1 insertion(+) diff --git a/setup.py b/setup.py index 661af64f6..b98293972 100755 --- a/setup.py +++ b/setup.py @@ -112,6 +112,7 @@ def readme(): 'Programming Language :: Python :: 3.6', 'Programming Language :: Python :: 3.7', 'Programming Language :: Python :: 3.8', + 'Programming Language :: Python :: 3.9', 'Development Status :: 5 - Production/Stable', 'Intended Audience :: Developers', 'Operating System :: OS Independent',