diff options
| author | Yuval Adam <_@yuv.al> | 2020-02-01 08:10:57 +0200 |
|---|---|---|
| committer | Yuval Adam <_@yuv.al> | 2020-02-01 08:10:57 +0200 |
| commit | 8ecb86371b2cb99e0460b15320c2ffbd77ced138 (patch) | |
| tree | 5d6c8c29fb196af4599c9bbe85b143e9e98c6191 | |
| parent | b35e2776dd4d02dabeeaecd945dcaea0cfa227e2 (diff) | |
Add python 3.7 and 3.8 support
| -rw-r--r-- | setup.py | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -20,6 +20,8 @@ setup( 'Programming Language :: Python', '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' ], |
