prompt-toolkit / pyvim

Pure Python Vim clone.
BSD 3-Clause "New" or "Revised" License
2.52k stars 163 forks source link

python 3.6 support #96

Open Mikaayenson opened 7 years ago

Mikaayenson commented 7 years ago

Any chance of adding support for py3.6?

jonathanslenders commented 7 years ago

Hi @Mikaayenson, what do you mean? Normally, pyvim should run on any Python 3 version.

Mikaayenson commented 7 years ago

I tried to install via pip on python3.6 in a virtualenv and it appears that it didn't install. I noticed the home page says python2.6-python3.4 is supported.

Kentoseth commented 7 years ago

Please merge this issue with #99

They both relate to the same thing.