From 534700c80185e1365f2fcae0f018df08efb8c05f Mon Sep 17 00:00:00 2001 From: Jeff Forcier Date: Fri, 1 Oct 2021 18:34:21 -0400 Subject: Add Py3.9 to classifiers --- setup.py | 1 + 1 file changed, 1 insertion(+) (limited to 'setup.py') diff --git a/setup.py b/setup.py index 1c68b093..824786eb 100644 --- a/setup.py +++ b/setup.py @@ -83,6 +83,7 @@ setup( "Programming Language :: Python :: 3.6", "Programming Language :: Python :: 3.7", "Programming Language :: Python :: 3.8", + "Programming Language :: Python :: 3.9", ], # TODO 3.0: remove bcrypt, pynacl and update installation docs noting that # use of the extras_require(s) is now required for those -- cgit v1.2.1