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

MAINT add support for Python 3.9 #939

Merged
merged 10 commits into from
Jun 13, 2024

Conversation

jeromedockes
Copy link
Member

@jeromedockes jeromedockes commented Jun 11, 2024

closes #868, closes #815

@jeromedockes
Copy link
Member Author

the macos + python 3.8 fails to install pre-commit; not really related to skrub. As #928 will redo the CI configuration I won't edit it here

@jeromedockes
Copy link
Member Author

the latest scikit-learn release only supports 3.9 so I wonder if we should set that as our minimum supported version? OTOH we support older scikit-learn versions that work with python 3.8

@jeromedockes jeromedockes changed the title Python3.8 support Python3.9 support Jun 12, 2024
Copy link
Member

@glemaitre glemaitre left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LTGM. Not really sure why we have those "required" GHA.

@glemaitre glemaitre changed the title Python3.9 support MAINT add support for Python 3.9 Jun 12, 2024
@jeromedockes
Copy link
Member Author

LTGM. Not really sure why we have those "required" GHA.

ah I see what happened -- we require all tests to pass in the CI before allowing to merge a PR. That includes the py3.10 tests, but they don't exist anymore because i replaced 3.10 with 3.9 (the matrix of os/python/dependencies combinations is already huge) I guess I'll just add 3.10 back; anyway this is temporary because your pixi PR will redo the configuration

@jeromedockes jeromedockes merged commit 71d41b9 into skrub-data:main Jun 13, 2024
32 checks passed
@jeromedockes jeromedockes deleted the python3.8-support-1 branch June 13, 2024 07:41
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.

support python 3.8 & 3.9
2 participants