-
Notifications
You must be signed in to change notification settings - Fork 12
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
[MNT] python 3.13 compatibility #367
Labels
maintenance
Continuous integration, unit testing & package distribution
Comments
fkiraly
added
the
maintenance
Continuous integration, unit testing & package distribution
label
Sep 29, 2024
fkiraly
added a commit
that referenced
this issue
Sep 29, 2024
Adds experimental 3.13 wheels and testing on 3.13-rc.2, ahead of the 3.13 release early Oct 2024. Full 3.13 support should be released with 0.11.0 only. Towards #367
FYI @MCRE-BE Thanks for taking care of the Just to let you know that for 0.11.0 we need to update the python bounds. |
No problem. I'll push the changes. |
MCRE-BE
added a commit
to regro-cf-autotick-bot/skbase-suite-feedstock
that referenced
this issue
Oct 9, 2024
Requested in sktime/skbase#367
Should be fine. |
Great - we can close 3.13 then. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
We need to release a python 3.13 compatible version once 3.13 is released.
Overall strategy with sktime: sktime/sktime#7190
For skbase, we should:
The PR #365 adds testing on 3.13 rc2.
The testing uses
sklearn
, which seems incompatible with 3.13 on windows.For now, windows testing is skipped, but that should also be reverted.
Todos:
The text was updated successfully, but these errors were encountered: