You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 #78 in the future.
As I've been reading through the issues I believe this can be marked as closed as the current unit tests are ran against this set of python versions ["3.8", "3.9", "3.10", "3.11", "3.12"] since PR #81 has been merged.
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 inpyproject.toml
, and could prevent issues such as #78 in the future.I have created a draft PR to solve this; #81
The text was updated successfully, but these errors were encountered: