From fbe6704553bf132e4f90c2e01c01ca132cbb2fca Mon Sep 17 00:00:00 2001 From: jnozsc Date: Mon, 6 Apr 2020 22:43:53 -0700 Subject: setup.py: add py38 to document --- setup.py | 1 + 1 file changed, 1 insertion(+) diff --git a/setup.py b/setup.py index f02060f..d7d01df 100644 --- a/setup.py +++ b/setup.py @@ -58,6 +58,7 @@ setup( 'Programming Language :: Python :: 3.5', 'Programming Language :: Python :: 3.6', 'Programming Language :: Python :: 3.7', + 'Programming Language :: Python :: 3.8', 'Programming Language :: Python :: Implementation :: CPython', 'Programming Language :: Python :: Implementation :: PyPy', 'Topic :: Software Development :: Libraries :: Python Modules', -- cgit v1.2.1