commit | fc802df5c10f0d1cd9749c94887d652fa26db6fb | [log] [tgz] |
---|---|---|
author | Alex Gaynor <alex.gaynor@gmail.com> | Sat Oct 19 19:49:28 2019 -0400 |
committer | Paul Kehrer <paul.l.kehrer@gmail.com> | Sun Oct 20 07:49:28 2019 +0800 |
tree | d62c5b7e4d9ed625c65fc848b997015b6a5903fc | |
parent | 60827f82d2ad7d2a94db093c2836595b46937c07 [diff] [blame] |
Fixes #868 -- test on py38 (#870)
diff --git a/setup.py b/setup.py index ec66539..f6d5499 100755 --- a/setup.py +++ b/setup.py
@@ -81,6 +81,7 @@ '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',