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

GH1052 python 3.13 support #1144

Merged
merged 12 commits into from
Mar 4, 2025
Merged

Conversation

loicdiridollou
Copy link
Contributor

@loicdiridollou loicdiridollou commented Mar 2, 2025

@loicdiridollou
Copy link
Contributor Author

Unsure why it fails on windows-latest, will dig into it. Otherwise looks clean on other setups so encouraging!

@loicdiridollou loicdiridollou changed the title G1052 python313 GH1052 python 3.13 support Mar 2, 2025
pyproject.toml Outdated
Comment on lines 52 to 53
# 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
Copy link
Collaborator

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.

Copy link
Contributor Author

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.

Copy link
Collaborator

@Dr-Irv Dr-Irv left a comment

Choose a reason for hiding this comment

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

@Dr-Irv Dr-Irv merged commit e6bf5b2 into pandas-dev:main Mar 4, 2025
13 checks passed
@loicdiridollou loicdiridollou deleted the gh1052_python313 branch March 9, 2025 13:14
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.

Python 3.13 support plan
2 participants