From cb90368f36a29a5843c1afbc1593b0d7320e9910 Mon Sep 17 00:00:00 2001 From: Caleb Bell Date: Sun, 31 Jan 2021 12:28:37 -0700 Subject: [PATCH] Update supported versions to include 3.9 --- setup.py | 1 + 1 file changed, 1 insertion(+) diff --git a/setup.py b/setup.py index 54d5fa1..2b7c739 100644 --- a/setup.py +++ b/setup.py @@ -46,6 +46,7 @@ 'Programming Language :: Python :: 3.6', 'Programming Language :: Python :: 3.7', 'Programming Language :: Python :: 3.8', + 'Programming Language :: Python :: 3.9', 'Programming Language :: Python :: Implementation :: CPython', 'Programming Language :: Python :: Implementation :: PyPy', 'Programming Language :: Python :: Implementation :: MicroPython',