commit | 1971c3e8d144705323e1523bbe8b1c67f5569509 | [log] [tgz] |
---|---|---|
author | Sybren A. Stüvel <sybren@stuvel.eu> | Sun Sep 16 13:39:55 2018 +0200 |
committer | Sybren A. Stüvel <sybren@stuvel.eu> | Sun Sep 16 13:39:55 2018 +0200 |
tree | 70b7d0d212526d9dbc1b20a0e47290be4813ac8c | |
parent | fd4cc60b7ac4c33bfc02c80377772244f2441625 [diff] [blame] |
Declare Python 3.7 as supported
diff --git a/setup.py b/setup.py index 242ba9b..5fccadb 100755 --- a/setup.py +++ b/setup.py
@@ -46,6 +46,7 @@ 'Programming Language :: Python :: 3.4', 'Programming Language :: Python :: 3.5', 'Programming Language :: Python :: 3.6', + 'Programming Language :: Python :: 3.7', 'Programming Language :: Python :: Implementation :: CPython', 'Programming Language :: Python :: Implementation :: PyPy', 'Topic :: Security :: Cryptography',