From 4d037439ba0c7aa9add3c58b4754b634d55203df Mon Sep 17 00:00:00 2001 From: Henry Schreiner Date: Wed, 21 Oct 2020 16:21:44 -0400 Subject: [PATCH] fix: missing identifier for Python 3.9 --- setup.cfg | 1 + 1 file changed, 1 insertion(+) diff --git a/setup.cfg b/setup.cfg index 57a65170..e7fc8f4d 100644 --- a/setup.cfg +++ b/setup.cfg @@ -19,6 +19,7 @@ classifiers = Programming Language :: Python :: 3.6 Programming Language :: Python :: 3.7 Programming Language :: Python :: 3.8 + Programming Language :: Python :: 3.9 License :: OSI Approved :: BSD License Programming Language :: Python :: Implementation :: PyPy Programming Language :: Python :: Implementation :: CPython