You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
mlir-aie supports only python3.10 and python3.12. Now, python have move to 3.13. python3.13 has fantastic features, such as its JIT compiler, and have been supported by pytorch other common packages. It will be very helpful to build the python3.13 wheels in release.
I checked the workflow file where to add python3.13 support. The following files contain python version info. Maybe we can add 3.13 in python_versions to build and upload python3.13 binaries?
mlir-aie supports only python3.10 and python3.12. Now, python have move to 3.13. python3.13 has fantastic features, such as its JIT compiler, and have been supported by pytorch other common packages. It will be very helpful to build the python3.13 wheels in release.
I checked the workflow file where to add python3.13 support. The following files contain python version info. Maybe we can add
3.13
inpython_versions
to build and upload python3.13 binaries?mlir-aie/.github/workflows/buildRyzenWheels.yml
Lines 143 to 149 in dc34a42
mlir-aie/.github/actions/setup_base/action.yml
Lines 68 to 70 in dc34a42
The text was updated successfully, but these errors were encountered: