-
Notifications
You must be signed in to change notification settings - Fork 3.6k
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
GH-45047: [CI][Python][Packaging] Test 3.12 wheels on Ubuntu 24.04 #45042
Conversation
@github-actions crossbow submit wheel-manylinuxcp312 |
This comment was marked as outdated.
This comment was marked as outdated.
a33f7c7
to
9f7e536
Compare
@github-actions crossbow submit wheel-manylinuxcp312 |
This comment was marked as outdated.
This comment was marked as outdated.
9f7e536
to
4517b09
Compare
@github-actions crossbow submit wheel-manylinuxcp312 |
This comment was marked as outdated.
This comment was marked as outdated.
Oh, joy, it segfaults in |
|
4517b09
to
b52f366
Compare
b52f366
to
e2f6e9e
Compare
@github-actions crossbow submit wheel-manylinux-2014* |
Revision: e2f6e9e Submitted crossbow builds: ursacomputing/crossbow @ actions-241285133a |
@github-actions crossbow submit wheel-manylinux-2-28* |
@kou Would you like to take a look at this PR? |
Revision: e2f6e9e Submitted crossbow builds: ursacomputing/crossbow @ actions-45cf9e3eb8 |
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.
+1
libxsimd-dev | ||
;; | ||
esac | ||
if [ ${version} \> "20.04" ]; then |
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.
Oh, I didn't know this feature.
Rationale for this change
We already test some Python wheels on Ubuntu 20.04 or 22.04, depending on the system Python version. Also do so with Ubuntu 24.04.
Are these changes tested?
Yes, by definition.
Are there any user-facing changes?
No.