remix / partridge

A fast, forgiving GTFS reader built on pandas DataFrames
https://partridge.readthedocs.io
MIT License
152 stars 22 forks source link

rollback to chardet to support python 3.10+ #75

Closed brockhaywood closed 1 year ago

brockhaywood commented 2 years ago

Rollsback partridge to use chardet instead of cchardet. Due to this issue: https://github.com/remix/partridge/issues/73

Potential alternative fix: https://github.com/remix/partridge/pull/76

brockhaywood commented 2 years ago

Looks like travis no longer exists.. and tox has been removed https://github.com/remix/partridge/commit/a6741e0f2aab1b3cbd52f66567103a3ebb945e07 so im not sure what the compatibility of this is like