mdomke / schwifty

IBAN parsing and validation
https://schwifty.readthedocs.io
MIT License
206 stars 80 forks source link

Fix Python 3.8 compatibility #221

Closed bwoodsend closed 1 month ago

bwoodsend commented 1 month ago

Also tweak CI/CD so that the tests run on each Python version (formally hatch ignored the configured Python version in favour of a global 3.12 environment, hiding this issue).

Fixes #220

mdomke commented 1 month ago

Thanks, @bwoodsend, especially for fixing the hatch invocation in the CI pipeline. That somehow slipped through 😳