Skip to content

Commit d75f2b2

Browse files
Merge pull request #116 from RonnyPfannschmidt/trove
update trove classifiers with supported python versions
2 parents 7bf9e8f + 11cbc63 commit d75f2b2

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

.travis.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ python:
66
- '3.3'
77
- '3.4'
88
- '3.5'
9+
- '3.6-dev'
910
env:
1011
- TOXENV=py-test
1112

setup.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -109,8 +109,12 @@ def make_release_tree(self, base_dir, files):
109109
'License :: OSI Approved :: MIT License',
110110
'Programming Language :: Python',
111111
'Programming Language :: Python :: 3',
112+
'Programming Language :: Python :: 2.6',
112113
'Programming Language :: Python :: 2.7',
114+
'Programming Language :: Python :: 3.3',
113115
'Programming Language :: Python :: 3.4',
116+
'Programming Language :: Python :: 3.5',
117+
'Programming Language :: Python :: 3.6',
114118
'Topic :: Software Development :: Libraries',
115119
'Topic :: Software Development :: Version Control',
116120
'Topic :: System :: Software Distribution',

0 commit comments

Comments
 (0)