ericvsmith / dataclasses

Apache License 2.0
584 stars 53 forks source link

Added python_requires to setup.py #148

Closed agronholm closed 4 years ago

agronholm commented 5 years ago

This prevents any further releases from being mistakenly installed on Python 3.5 (which does not support the syntax involved) or 3.7 (which has dataclasses in the standard library). The damage is already done though and the fix will only apply to future releases.

ericvsmith commented 4 years ago

Oops, sorry: I didn't see this PR and I already pushed the equivalent of it.