GeospatialPython / pyshp

This library reads and writes ESRI Shapefiles in pure Python.
MIT License
1.1k stars 259 forks source link

Start testing with Python 3.6, 3.7, 3.8 and PyPy; drop 3.3 and 3.4 #192

Closed mwtoews closed 4 years ago

mwtoews commented 4 years ago

This PR reflects testing with the currently supported versions of Python, and adds PyPy to the mix. Setup classifiers are also updated.

mwtoews commented 4 years ago

This PR is updated to also add Python 3.8 to the test matrix.

I'll point out again that Travis CI tests for new PRs are failing on this project since the default xenial build machines no longer support Python 3.3, so I'd advise merging this as soon as possible. It's been waiting here for 2 months already.

karimbahgat commented 4 years ago

Hey @mwtoews , thanks so much for this and keeping an eye out on the newest developments with testing, and great to add PyPy support. I haven't been able to followup on this repo for some time, but doing some cleaning now. Much appreciated!