ethereum / staking-deposit-cli

Secure key generation for deposits
Creative Commons Zero v1.0 Universal
523 stars 319 forks source link

Update python & OS versions #401

Closed CarlBeek closed 1 month ago

CarlBeek commented 4 months ago

As time has passed on, the Python & OS versions supported by this CLI need to be updated:

The following OSs were updated to their latest (stable) versions for testing & building:

Furthermore, I updated the supported Python versions, previously we supported 3.9 & 3.10, this PR updates to support 3.12. Several Package updates were required to make this happen.

Finally, I refactored the build requirements.txt which contained much redundancy accorss the supported build OSs.