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

Deprecate Python 3.8, making 3.9 the oldest target Python version #1946

Open
idavis opened this issue Oct 3, 2024 · 2 comments
Open

Deprecate Python 3.8, making 3.9 the oldest target Python version #1946

idavis opened this issue Oct 3, 2024 · 2 comments
Labels
dependencies Pull requests that update a dependency file

Comments

@idavis
Copy link
Collaborator

idavis commented Oct 3, 2024

Python 3.8 is EOL this month (October 2024).

Update Python package to target abi39 in Rust and >=3.9 in the Python project.

We can add 3.13 support at the same time.

This will require migrating manylinux build to use a newer image. Mariner2 should work as it uses Python 3.9 and glibc 2.35. This needs to be done in the ADO pipelines.

@idavis idavis added needs triage dependencies Pull requests that update a dependency file labels Oct 3, 2024
@idavis
Copy link
Collaborator Author

idavis commented Oct 31, 2024

Fixed

@idavis
Copy link
Collaborator Author

idavis commented Nov 7, 2024

Reopened as we encountered issue with manylinux builds in production pipeline. Issue has been updated with relevant information.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

No branches or pull requests

2 participants