Closed dbast closed 1 year ago
The codebase makes usage of typing features present only in Python >= 3.10. Updating the setup.py to reflect this.
This was found by working on https://github.com/SeedSigner/seedsigner/pull/469 and trying to run the tests against Python <3.10.
ACK
The codebase makes usage of typing features present only in Python >= 3.10. Updating the setup.py to reflect this.
This was found by working on https://github.com/SeedSigner/seedsigner/pull/469 and trying to run the tests against Python <3.10.