The most recent release 0.1.4 broke support on Python 3.7 because it included new type annotation features not available until later versions - see #59. We didn't catch this locally or on CI because both CI and my machine run python 3.10. CI should ideally be updated to use a matrix build, but at least it should be updated to use 3.7.
The most recent release 0.1.4 broke support on Python 3.7 because it included new type annotation features not available until later versions - see #59. We didn't catch this locally or on CI because both CI and my machine run python 3.10. CI should ideally be updated to use a matrix build, but at least it should be updated to use 3.7.