-
Notifications
You must be signed in to change notification settings - Fork 7
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
Adapt skore to be compliant on python >=3.9
#390
Comments
Does this issue include adding a test pipeline for all supported versions? |
I think this falls in the larger project of testing skore on multiple environments. |
There is already an issue on this need #388 .
Not sure, its only a question of python versions, not multiple environments. |
The Python version is a part of the environment. |
My point is that github-actions tools already seem to exist to test a package on several python versions. |
Actually, skore only enforce compatibility with python >=3.12, but scikit-learn allows python >= 3.9.
Related issue #388 .
The text was updated successfully, but these errors were encountered: