Part 1 - upgrade: update all dependencies for Python 3.13 compatibility#974
Open
ping-ke wants to merge 7 commits intoupgrade/py313-baselinefrom
Open
Part 1 - upgrade: update all dependencies for Python 3.13 compatibility#974ping-ke wants to merge 7 commits intoupgrade/py313-baselinefrom
ping-ke wants to merge 7 commits intoupgrade/py313-baselinefrom
Conversation
- Bump all packages to versions supporting Python 3.13 - Replace python-rocksdb with rocksdict - Replace jsonrpcserver + jsonrpcclient with httpx and custom client - Replace upnpclient + netifaces with async-upnp-client - Drop pyethash C extension (use pure Python ethash) - Require Python >=3.13 in setup.py Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
qzhodl
reviewed
Mar 24, 2026
qzhodl
reviewed
Mar 24, 2026
qzhodl
reviewed
Mar 30, 2026
qzhodl
approved these changes
Mar 31, 2026
syntrust
reviewed
Apr 1, 2026
|
It seems all commit-build-test checks failed due to
Is it possible that it is still being used somewhere? |
Contributor
Author
Because the entire modification is very large, the individual PRs cannot pass the tests on their own; they need to be merged to pass the tests. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
python-rocksdb→rocksdictjsonrpcserver+jsonrpcclient→httpx+ custom clientupnpclient+netifaces→async-upnp-clientpyethash(C extension, dropped)jsonrpc-async→jsonrpc_asyncpython_requires = ">=3.13"in setup.pyTest plan
pip install -r requirements.txtsucceeds on Python 3.13