From 9da350977a877ac18a44fcf267fb77e937e40f5c Mon Sep 17 00:00:00 2001 From: Hugo van Kemenade Date: Wed, 14 Oct 2020 23:45:28 +0300 Subject: [PATCH] Declare support for Python 3.9 (#138) --- setup.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/setup.py b/setup.py index f6e3d103..69ec098a 100755 --- a/setup.py +++ b/setup.py @@ -60,7 +60,8 @@ 'Programming Language :: Python :: 3.5', 'Programming Language :: Python :: 3.6', 'Programming Language :: Python :: 3.7', - 'Programming Language :: Python :: 3.8' + 'Programming Language :: Python :: 3.8', + 'Programming Language :: Python :: 3.9', ], project_urls={ 'Documentation': 'https://certifiio.readthedocs.io/en/latest/',