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
Align setup.py's supported Python metadata with the rest of the project metadata.
pyproject.toml and dependency markers already require Python >=3.9,<4; setup.py still advertised >=3.
This prevents pip/build metadata from treating unsupported Python 3.7/3.8 environments as installable targets.
Validation
python -m py_compile setup.py
git diff --check
Confirmed there are no open duplicate PRs in BitgesellOfficial/nucypher for this metadata fix.
Bounty review note: submitting this maintenance fix for consideration under the Bitgesell PR bounty program. Payout details can be provided if the PR is accepted and a maintainer requests them.
Maintainer-facing review assist for BitgesellOfficial/nucypher#1:
I checked the current PR state and diff. Visible status is OPEN / MERGEABLE / mergeStateStatus=CLEAN at head 33704cbd6964ffcb9b0aec8fb5fcb6bfd62d1330, with no prior comments, reviews, or reported status checks.
The patch is a one-line packaging metadata alignment in setup.py:
existing classifiers already list Python 3.9 through 3.12
So the change looks internally consistent and low risk if this fork's setuptools metadata is still maintained. The maintainer decision I would make explicit before merging is whether setup.py remains an authoritative install path for this fork, or whether packaging should be consolidated around pyproject.toml to avoid future drift. If setup.py stays, this PR is the narrow metadata sync; if not, it may be better to close it in favor of removing/deprecating the duplicated setup metadata.
No dependency install, build/test execution, wallet/key action, live-chain action, claim submission, or payment action from me here.
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
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
Validation
Bounty review note: submitting this maintenance fix for consideration under the Bitgesell PR bounty program. Payout details can be provided if the PR is accepted and a maintainer requests them.