Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Ignore freethreaded CPython builds #1437

Merged
merged 1 commit into from
Nov 22, 2024

Conversation

Alexis-D
Copy link
Contributor

Fixes #1436

This seemed like the simplest fix to ignore freethreaded builds.

Couple other thoughts/things that could happen later:

  • this won't help with folks who already downloaded a 3.13.0 CPython (they'll need to rye toolchain remove [email protected] first, and then fetch it again)
  • PlatformTriple#flavor should probably be a set[str]; so freethreaded+pgo+lto-full would become {'freethreaded', 'pgo', 'lto'} (tbd what to do with full)

Copy link
Member

@zanieb zanieb left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Awesome thank you!

@zanieb zanieb merged commit 2d2c6ea into astral-sh:main Nov 22, 2024
8 checks passed
@zanieb zanieb added the bug Something isn't working label Nov 22, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Rye uses indygreg's freethreaded builds
2 participants