Skip to content

Replace stale PATH entries with a glob#448

Merged
messense merged 1 commit into
PyO3:mainfrom
ngoldbaum:rm-stale-glob
Jun 3, 2026
Merged

Replace stale PATH entries with a glob#448
messense merged 1 commit into
PyO3:mainfrom
ngoldbaum:rm-stale-glob

Conversation

@ngoldbaum

Copy link
Copy Markdown
Contributor

This hardcoded list is only actually necessary for old interpreters on old manylinux images.

Still, IMO it's a bit of a smell that it's a hardcoded list that is never updated. Seems more sensible to use a glob pattern and simply all available interpreters to PATH. The images do this automatically for recent Python versions but it should be harmless change to append them to the PATH here.

@messense messense merged commit 783a56c into PyO3:main Jun 3, 2026
34 of 40 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants