Skip to content
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

Add python 3.13 in release #2006

Open
KEKE046 opened this issue Jan 8, 2025 · 1 comment
Open

Add python 3.13 in release #2006

KEKE046 opened this issue Jan 8, 2025 · 1 comment

Comments

@KEKE046
Copy link

KEKE046 commented Jan 8, 2025

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?

strategy:
fail-fast: false
matrix:
python_version: [
"3.10", "3.12",
]

- uses: actions/setup-python@v5
with:
python-version: '3.10'

@stephenneuendorffer
Copy link
Collaborator

Yes, definitely!

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

No branches or pull requests

2 participants