talonlab / python-hdwallet

Python-based library for the implementation of a Hierarchical Deterministic (HD) Wallet generator supporting more than 200 cryptocurrencies.
https://hdwallet.readthedocs.io
MIT License
482 stars 151 forks source link

Add support for Python 3.12 and 3.13, venv and Nix #101

Closed pjkundert closed 3 weeks ago

pjkundert commented 3 weeks ago

This rolls up a few outstanding pull requests, and adds support for Nix, Python venv, and Python 3.12 and 3.13.

o Codifies build instructions with comprehensive GNU 'make' targets o Allows access to various Python versions using Nix

Resolves #85, #90