From 8e93d53f4eceba32ee0810b8f0eab280cdc3e045 Mon Sep 17 00:00:00 2001 From: Patrice Date: Sat, 9 Jan 2021 13:58:22 +0100 Subject: [PATCH] Add support for Python 3.8 and 3.9 in setup.py --- setup.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/setup.py b/setup.py index f8cc1da..4614fdd 100644 --- a/setup.py +++ b/setup.py @@ -59,5 +59,7 @@ 'Programming Language :: Python :: 3', 'Programming Language :: Python :: 3.6', 'Programming Language :: Python :: 3.7', + 'Programming Language :: Python :: 3.8', + 'Programming Language :: Python :: 3.9', ], ) \ No newline at end of file