You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
This pull request's base commit is no longer the HEAD commit of its target branch. This means it includes changes from outside the original pull request, including, potentially, unrelated coverage changes.
AddedRequired label for PR that categorizes merge commit message as "Added" for changelogcoverage-diff
2 participants
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.
Add python 3.14 support.
Current status: Runs fine - need to fix issues with CI tests. Some problems remain
Draft For:
test_limits_connections(pytest -s -n0 -k test_limits_connections)Note
Add Python 3.14 support across CI, install scripts, and runtime, with asyncio policy updates and dependency bumps.
3.14to matrices incheck_wheel_availability.yaml,pre-commit.yml,test-single.yml, andupload-pypi-source.yml.3.14(install.sh,Install.ps1).ChiaPolicyto useasyncio.events._BaseDefaultEventLoopPolicyon Python>=3.14(chia/server/chia_policy.py)._finish_sync()if not shutting down (chia/full_node/full_node.py).IPv4Address/IPv6Addresswhen storing peers (chia/seeder/dns_server.py).ws_server.stop(); improve temp file context; ensure wallet RPC client closed; add consensus mode limit marker; add pytest warning filters.bitarrayto3.8.0,markupsafeto3.0.3,zstdto1.5.7.2,tachto>=0.32.0; refreshpoetry.lockand adjust constraints inpyproject.toml.Written by Cursor Bugbot for commit b16bc71. This will update automatically on new commits. Configure here.