Page MenuHomePhabricator

[electrum] fix the minimum python version
ClosedPublic

Authored by PiRK on Thu, Dec 5, 22:49.

Details

Reviewers
Fabien
Group Reviewers
Restricted Project
Commits
rABC054a6e95e582: [electrum] fix the minimum python version
Summary

Make the minimum python version consistent between the setup.py and the CONTRIBUTING.md file (D15373)

Remove the long list of hard to maintain classifiers for supported python versions. This info is targeted at users of pypi.org, and we don't publish Electrum ABC releases there.

Use the python_requires argument to setup rather than ad-hoc code checking the version.
Depends on D17298

Test Plan
python setup.py build --dry-run
pip install . --dry-run --break-system-packages

Diff Detail

Repository
rABC Bitcoin ABC
Lint
Lint Not Applicable
Unit
Tests Not Applicable