Skip to content

Commit ed0399a

Browse files
authored
Merge pull request ojarva#50 from ojarva/update-python-versions
Update Python versions
2 parents 27713db + 02f4214 commit ed0399a

2 files changed

Lines changed: 2 additions & 4 deletions

File tree

.travis.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@ python:
33
- "2.7"
44
- "3.4"
55
- "3.5"
6-
- "3.5-dev"
76
- "3.6"
87
- "3.6-dev"
98
- "3.7-dev"

setup.py

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,13 +25,12 @@
2525
'Topic :: Security',
2626
'License :: OSI Approved :: BSD License',
2727

28-
'Programming Language :: Python :: 2.6',
2928
'Programming Language :: Python :: 2.7',
3029
'Programming Language :: Python :: 3',
31-
'Programming Language :: Python :: 3.2',
32-
'Programming Language :: Python :: 3.3',
3330
'Programming Language :: Python :: 3.4',
3431
'Programming Language :: Python :: 3.5',
32+
'Programming Language :: Python :: 3.6',
33+
'Programming Language :: Python :: 3.7',
3534
'Programming Language :: Python :: Implementation :: PyPy',
3635
],
3736
keywords='ssh pubkey public key openssh ssh-rsa ssh-dss ssh-ed25519',

0 commit comments

Comments
 (0)