Skip to content

Commit 0f99b34

Browse files
authored
Merge pull request fmoo#19 from hugovk/rm-eol
Drop support for EOL Python 2.6 and 3.3
2 parents e79f848 + 74a09fe commit 0f99b34

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

setup.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,12 +17,11 @@
1717
'License :: OSI Approved :: Apache Software License',
1818
'Operating System :: OS Independent',
1919
'Programming Language :: Python :: 2',
20-
'Programming Language :: Python :: 2.6',
2120
'Programming Language :: Python :: 2.7',
2221
'Programming Language :: Python :: 3',
23-
'Programming Language :: Python :: 3.3',
2422
'Programming Language :: Python :: 3.4',
2523
'Programming Language :: Python :: 3.5',
24+
'Programming Language :: Python :: 3.6',
2625
'Topic :: Software Development :: Libraries',
2726
],
2827
keywords='editor library vim emacs',

0 commit comments

Comments
 (0)