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

Test on Python 3.13 #1675

Merged
merged 1 commit into from
Oct 9, 2024
Merged

Test on Python 3.13 #1675

merged 1 commit into from
Oct 9, 2024

Conversation

manthey
Copy link
Member

@manthey manthey commented Oct 9, 2024

Currently this is very slow because some binary wheels are missing for 3.13 (numcodecs being notable) and they need to be compiled before testing begins. Additionally, currently wsidicom requires numpy<2, partly because dicomweb-client isn't numpy 2.x compatible (yet). Since numpy < 2 doesn't have wheels for 3.13, this is part of the slowness. To avoid having CI timeout, this increases tox verbosity.

A few optional packages don't have 3.13 support (scikit-learn, pillow-jxl-plugin, rawpy), so those are not included in install_requires options.

Currently this is very slow because some binary wheels are missing for
3.13 (numcodecs being notable) and they need to be compiled before
testing begins.  Additionally, currently wsidicom requires numpy<2,
partly because dicomweb-client isn't numpy 2.x compatible (yet).  Since
numpy < 2 doesn't have wheels for 3.13, this is part of the slowness.
To avoid having CI timeout, this increases tox verbosity.

A few optional packages don't have 3.13 support (scikit-learn,
pillow-jxl-plugin, rawpy), so those are not included in install_requires
options.
@manthey manthey merged commit 46693b4 into master Oct 9, 2024
18 checks passed
@manthey manthey deleted the python-3.13 branch October 9, 2024 20:34
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