Skip to content

Conversation

tiran
Copy link
Collaborator

@tiran tiran commented Sep 18, 2024

Fromager now support building wheels for a different Python interpreter:

fromager --python-interpreter=/path/to/python ...

Fixes: #431

Fromager now support building wheels for a different Python interpreter:

```shell
fromager --python-interpreter=/path/to/python ...
```

Fixes: python-wheel-build#431
Signed-off-by: Christian Heimes <[email protected]>
@tiran tiran force-pushed the other-python-interpreter branch from 9f7c4e2 to 3348a7c Compare September 18, 2024 14:18
@tiran
Copy link
Collaborator Author

tiran commented Sep 18, 2024

I need to add some e2e tests before the PR is ready for review.

@dhellmann
Copy link
Member

The resolver is also going to need to be updated to apply the python version when evaluating dependencies.

I think this is more complex than the benefits we could reasonable expect to get from it.

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.

Support building for different Python version
2 participants