Modernize PyPI publish workflow, bump Python floor to 3.10 - #499
Merged
Conversation
- pythonpublish.yml: Python 3.6 (no longer available on runners) → 3.11, bump action versions, fetch-depth: 0 for setuptools_scm, python -m build instead of removed setup.py. - pyproject.toml: requires-python >=3.10 to match numpy 2.x and matplotlib 3.10 floors; drop classifiers for unsupported 3.6–3.9. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
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
Version 3.6 with arch x64 not founderror on the publish workflow by bumping to Python 3.11 and updating action versions.python setup.py sdist bdist_wheeltopython -m build.requires-pythonto>=3.10(numpy 2.x and matplotlib 3.10 already require it) and drops dead 3.6–3.9 classifiers.Test plan
pythonpublish.ymlruns to completion (or dry-run the workflow).pip install raytracingstill resolves on a clean 3.10 environment.🤖 Generated with Claude Code