jarondl / pygtfs

A python (2/3) library for GTFS
MIT License
63 stars 44 forks source link

Drop Python 2 support #70

Open InterferencePattern opened 1 year ago

InterferencePattern commented 1 year ago

At this point, there's little reason to maintain backward compatibility with Python 2. Moving forward, we should take advantage of some things that came with Python 3.

jarondl commented 1 year ago

I completely agree, go for it.