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

Fix CI for "Build & Publish Python Package": use python 3.10 instead of latest #166

Merged
merged 1 commit into from
Nov 17, 2023

Conversation

inariksit
Copy link
Member

@inariksit inariksit commented Nov 17, 2023

The workflow that builds Python package used automatically the latest Python version, but the code requires the distutils library, which was removed in Python 3.12. (Source: https://stackoverflow.com/a/77233866) Fixed by changing into explicit requirement for Python 3.10 in the yaml file.

@inariksit inariksit changed the title use older python version to keep distutils Fix CI for "Build & Publish Python Package": use python 3.10 instead of latest Nov 17, 2023
@inariksit inariksit merged commit e11017a into master Nov 17, 2023
17 checks passed
@inariksit inariksit deleted the fix-python-ci branch November 17, 2023 13:36
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

Successfully merging this pull request may close these issues.

1 participant