Using Adapt parser with python3

I am using adapt parser in a project at work and would like to upgrade the project to start using python3. I noticed that python 2.7 is required by reading the Adapt Intent Parse Documentation. After a little additional research I found this post about how mycroft-core is moving to python 3.4. https://mycroft.ai/blog/python-2-7-python-3-4/ I was wondering if anyone has successfully used the adapt parser in a python 3 project and how. Or if there are any plans to upgrade the requirements of the adapt parser. Thanks!

I think that might just be the docs needing an update.

The CI tests are currently set to run in environments up to Python 3.5 so you should be fine.

Ok great, Thank you!