keironstoddart / edi-835-parser

A simple EDI 835 file format parser.
MIT License
80 stars 40 forks source link

Support and test 3.8 #17

Open revan opened 2 years ago

revan commented 2 years ago

As far as I could tell this code doesn't use any 3.9-only features, so this PR edits setup.py to support 3.8 (which is still supported until 2024).

This includes the changes from #16, so the diff will be less weird after that is merged. Updates CI to be parameterized by version, which shows the test pass on both versions.