Open matgille opened 2 years ago
htrvx won't work with python < 3.8 because of the typing library (see https://stackoverflow.com/q/61206437).
typing
Maybe it would be useful to document it somewhere in the README (it's only in the github actions part as for now) ?
I can prepare a PR if accepted.
0.0.14 should fix that. Note that 3.7 is EOL.
htrvx won't work with python < 3.8 because of the
typing
library (see https://stackoverflow.com/q/61206437).Maybe it would be useful to document it somewhere in the README (it's only in the github actions part as for now) ?
I can prepare a PR if accepted.