diff options
author | Alex Gaynor <alex.gaynor@gmail.com> | 2019-10-19 19:49:28 -0400 |
---|---|---|
committer | Paul Kehrer <paul.l.kehrer@gmail.com> | 2019-10-20 07:49:28 +0800 |
commit | fc802df5c10f0d1cd9749c94887d652fa26db6fb (patch) | |
tree | d62c5b7e4d9ed625c65fc848b997015b6a5903fc /setup.py | |
parent | 60827f82d2ad7d2a94db093c2836595b46937c07 (diff) | |
download | pyopenssl-git-fc802df5c10f0d1cd9749c94887d652fa26db6fb.tar.gz |
Fixes #868 -- test on py38 (#870)
Diffstat (limited to 'setup.py')
-rwxr-xr-x | setup.py | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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', |