Skip to content

Commit 74a09fe

Browse files
committed
Drop EOL Python 3.3, add 3.6
1 parent 29f5b08 commit 74a09fe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,9 +23,9 @@
2323
'Programming Language :: Python :: 2',
2424
'Programming Language :: Python :: 2.7',
2525
'Programming Language :: Python :: 3',
26-
'Programming Language :: Python :: 3.3',
2726
'Programming Language :: Python :: 3.4',
2827
'Programming Language :: Python :: 3.5',
28+
'Programming Language :: Python :: 3.6',
2929
'Topic :: Software Development :: Libraries',
3030
],
3131
keywords='editor library vim emacs',

0 commit comments

Comments
 (0)