From 47d679838ae28e6d19aaffd822de23aa41ec40d1 Mon Sep 17 00:00:00 2001 From: Brooke White Date: Thu, 18 Nov 2021 16:16:52 -0800 Subject: [PATCH] chore: update package classifiers --- setup.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/setup.py b/setup.py index 6d01ef7..a41cf7a 100644 --- a/setup.py +++ b/setup.py @@ -108,6 +108,9 @@ def get_tag(self): "Programming Language :: Python", "Programming Language :: Python :: 3", "Programming Language :: Python :: 3.6", + "Programming Language :: Python :: 3.7", + "Programming Language :: Python :: 3.8", + "Programming Language :: Python :: 3.9", "Programming Language :: Python :: Implementation", "Programming Language :: Python :: Implementation :: CPython", "Programming Language :: Python :: Implementation :: Jython",