-
-
Notifications
You must be signed in to change notification settings - Fork 140
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
GH1052 python 3.13 support #1144
Conversation
Unsure why it fails on windows-latest, will dig into it. Otherwise looks clean on other setups so encouraging! |
pyproject.toml
Outdated
# for tables, Windows build fails on 3.10.1 | ||
tables = { version = ">=3.10.1", python = "<4" } # 3.8.0 depends on blosc2 which caps python to <4 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
remove the comment and make it >= 3.10.2
since that is what worked for Windows with 3.13 anyway and 3.10.2 is needed with python 3.13.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
That would require Python3.11 at minimum so will leave it floating from 3.10.1.
…tubs into gh1052_python313
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks @loicdiridollou
assert_type()
to assert the type of any return value