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.
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.