Skip to content

Commit 6e7b05f

Browse files
committed
add all supported versions of python
1 parent e90ad85 commit 6e7b05f

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

setup.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -100,5 +100,9 @@ def do(setup_statements, statement):
100100
"Programming Language :: Python :: 3.2",
101101
"Programming Language :: Python :: 3.3",
102102
"Programming Language :: Python :: 3.4",
103+
"Programming Language :: Python :: 3.5",
104+
"Programming Language :: Python :: 3.6",
105+
"Programming Language :: Python :: 3.7",
106+
"Topic :: Security :: Cryptography"
103107
],
104108
)

0 commit comments

Comments
 (0)