AlanCristhian / statically

Compiles a python function with cython using only a decorator.
MIT License
185 stars 6 forks source link

Versions of Python Supported #6

Open JordanReiter opened 6 years ago

JordanReiter commented 6 years ago

Since a lot of people still use 3.4 in various context (and support for Python 3.4 extends through 2019), you may want to indicate in documentation & setup that 3.4 isn't fully supported. Or, at the very least, running the test suite as-is in 3.4 results in a syntax error.

AlanCristhian commented 6 years ago

Yes, the test suit fail but the library works with 3.4. I will fix them.