jceb / vim-orgmode

Text outlining and task management for Vim based on Emacs' Org-Mode
http://www.vim.org/scripts/script.php?script_id=3642
Other
3.12k stars 267 forks source link

Drop the python2 compatibility #332

Closed XVilka closed 2 years ago

XVilka commented 5 years ago

Python 2.7 will not be maintained past January 1st, 2020.

2 months left until the official EOL. Makes sense to drop the python2 support by that time.

https://docs.python.org/3/howto/pyporting.html

jbpoittevin commented 2 years ago

Compatibility with python 3 is OK, actively breaking python 2 is not a target. Closing the issue.