ssanderson / python-interface

Minimal Pythonic Interface Definitions
https://interface.readthedocs.io/en/latest/
Apache License 2.0
111 stars 16 forks source link

Does Interface work with Python 3.6 & 3.7 #25

Closed ReblochonMasque closed 5 years ago

ReblochonMasque commented 5 years ago

Hello Scott,

The docs & readme mention python 2.7 & 3.4; does Interface work with python 3.6 & 3.7?

Thank you Cheers

ssanderson commented 5 years ago

Yes. We support 2.7 and 3.4 or greater.

ReblochonMasque commented 5 years ago

Good to know, thank you for your reply Scott. Would you like me to amend the docs and readme to reflect this and make it explicitly clear (I think it should be done), and post a pull request for it?