chispa
chispa copied to clipboard
Unit tests are only run against a single version of Python on the `main` branch.
I think it could be useful to run unit tests against multiple versions of Python on each PR, to gain extra confidence in the proposed changes of a PR. This also builds extra confidence that chispa actually works on the python versions as specified in pyproject.toml, and could prevent issues such as https://github.com/MrPowers/chispa/issues/78 in the future.
I have created a draft PR to solve this; https://github.com/MrPowers/chispa/pull/81