From da7569a4404342b03e96b0e7ac31391ae58aecdd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nguy=E1=BB=85n=20Gia=20Phong?= Date: Thu, 8 Oct 2020 22:31:41 +0700 Subject: Document and start testing Python 3.9 support At first use it for GitHub Action for linting. --- setup.py | 1 + 1 file changed, 1 insertion(+) (limited to 'setup.py') diff --git a/setup.py b/setup.py index 0557690de..2601d8bd9 100644 --- a/setup.py +++ b/setup.py @@ -47,6 +47,7 @@ setup( "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", ], -- cgit v1.2.1