dtcooper / python-fitparse

Python library to parse ANT/Garmin .FIT files
http://pythonhosted.org/fitparse/
MIT License
738 stars 183 forks source link

Drop support for Python < 3.6 #141

Closed TomFryers closed 2 years ago

TomFryers commented 2 years ago

This was part of an effort to optimise records.py with dataclasses, but that turned out to be awkward with slots pre-3.10, so I gave up on it. Python 3.5 has been without security fixes for nearly two years, so it should be OK to drop, but feel free to reject if not.

dtcooper commented 2 years ago

LGTM! @pR0Ps? @xmedeko?

dtcooper commented 2 years ago

@TomFryers If you have interest in maintaining this project, email me @ david@dtcooper.com