SeedSigner / seedsigner

Use an air-gapped Raspberry Pi Zero to sign for Bitcoin transactions! (and do other cool stuff)
MIT License
720 stars 168 forks source link

Increase min Python version to 3.10 in setup.py #470

Closed dbast closed 1 year ago

dbast commented 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.

jdlcdl commented 1 year ago

ACK

newtonick commented 1 year ago

ACK