We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 27713db commit 02f4214Copy full SHA for 02f4214
2 files changed
.travis.yml
@@ -3,7 +3,6 @@ python:
3
- "2.7"
4
- "3.4"
5
- "3.5"
6
- - "3.5-dev"
7
- "3.6"
8
- "3.6-dev"
9
- "3.7-dev"
setup.py
@@ -25,13 +25,12 @@
25
'Topic :: Security',
26
'License :: OSI Approved :: BSD License',
27
28
- 'Programming Language :: Python :: 2.6',
29
'Programming Language :: Python :: 2.7',
30
'Programming Language :: Python :: 3',
31
- 'Programming Language :: Python :: 3.2',
32
- 'Programming Language :: Python :: 3.3',
33
'Programming Language :: Python :: 3.4',
34
'Programming Language :: Python :: 3.5',
+ 'Programming Language :: Python :: 3.6',
+ 'Programming Language :: Python :: 3.7',
35
'Programming Language :: Python :: Implementation :: PyPy',
36
],
37
keywords='ssh pubkey public key openssh ssh-rsa ssh-dss ssh-ed25519',
0 commit comments