aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSybren A. Stüvel <sybren@stuvel.eu>2018-09-16 13:39:55 +0200
committerSybren A. Stüvel <sybren@stuvel.eu>2018-09-16 13:39:55 +0200
commit1971c3e8d144705323e1523bbe8b1c67f5569509 (patch)
tree70b7d0d212526d9dbc1b20a0e47290be4813ac8c
parentfd4cc60b7ac4c33bfc02c80377772244f2441625 (diff)
downloadrsa-1971c3e8d144705323e1523bbe8b1c67f5569509.tar.gz
Declare Python 3.7 as supported
-rwxr-xr-xsetup.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/setup.py b/setup.py
index 242ba9b..5fccadb 100755
--- a/setup.py
+++ b/setup.py
@@ -46,6 +46,7 @@ if __name__ == '__main__':
'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',