Skip to content

Commit 0db2e60

Browse files
committed
setup.py: update python version declarations
* remove Python 2.6, just because * add 3.4, 3.5, 3.6 Signed-off-by: Yves Bastide <yves@botify.com>
1 parent 4a3bb44 commit 0db2e60

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

setup.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,10 +113,12 @@ def read(fname):
113113
'License :: OSI Approved :: MIT License',
114114
'Natural Language :: English',
115115
"Programming Language :: Python :: 2",
116-
'Programming Language :: Python :: 2.6',
117116
'Programming Language :: Python :: 2.7',
118117
'Programming Language :: Python :: 3',
119118
'Programming Language :: Python :: 3.3',
119+
'Programming Language :: Python :: 3.4',
120+
'Programming Language :: Python :: 3.5',
121+
'Programming Language :: Python :: 3.6',
120122
],
121123
test_suite='tests',
122124
tests_require=[

0 commit comments

Comments
 (0)