-
-
Notifications
You must be signed in to change notification settings - Fork 1
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
Build wheels with Python 3.10 #65
Conversation
This will generate the cp310 wheels
5cd3057
to
569e0b2
Compare
This partially reverts commit 8d9b342.
@@ -14,7 +14,7 @@ pyo3 = { version = "0.22.1", features = [ | |||
"anyhow", | |||
"extension-module", | |||
"serde", | |||
"abi3-py311", | |||
"abi3-py310", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This changed in #60
@@ -1 +1 @@ | |||
3.11.8 | |||
3.10.11 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
From here we can see that it has an arm64 build: python-3.10.11-darwin-arm64.tar.gz
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This will generate the cp310 wheels.