-
Notifications
You must be signed in to change notification settings - Fork 40
Feat/enable free threaded python #213
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
base: master
Are you sure you want to change the base?
Changes from all commits
e9e00d8
bdea308
8f787d1
ec17c41
2a955b3
66f6674
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -14,7 +14,7 @@ jobs: | |
|
|
||
| strategy: | ||
| matrix: | ||
| python: ["3.10", "3.11", "3.12", "3.13", "3.14"] | ||
| python: ["3.10", "3.11", "3.12", "3.13", "3.14", "3.14t"] | ||
|
|
||
| env: | ||
| ONEAPI_ROOT: /opt/intel/oneapi | ||
|
|
@@ -55,7 +55,7 @@ jobs: | |
|
|
||
|
Collaborator
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Need to extend strategy matrix for GitHub workflows to validate 3.14t also
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Added "3.14t" to the matrices
Collaborator
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. need to add to the conda package workflow too, which requires more robust strategy. See approach in dpctl
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. I followed the changes in dpctl and updated it for mkl-service |
||
| - name: Install mkl-service dependencies | ||
| run: | | ||
| pip install meson-python cython cmake ninja | ||
| pip install meson-python "cython>=3.1.0" cmake ninja | ||
|
vchamarthi marked this conversation as resolved.
vchamarthi marked this conversation as resolved.
|
||
|
|
||
| - name: List oneAPI folder content | ||
| run: ls ${{ env.ONEAPI_ROOT }}/compiler | ||
|
|
||
Uh oh!
There was an error while loading. Please reload this page.