From fc802df5c10f0d1cd9749c94887d652fa26db6fb Mon Sep 17 00:00:00 2001 From: Alex Gaynor Date: Sat, 19 Oct 2019 19:49:28 -0400 Subject: Fixes #868 -- test on py38 (#870) --- setup.py | 1 + 1 file changed, 1 insertion(+) (limited to 'setup.py') diff --git a/setup.py b/setup.py index ec66539..f6d5499 100755 --- a/setup.py +++ b/setup.py @@ -81,6 +81,7 @@ if __name__ == "__main__": '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', -- cgit v1.2.1