Add Python 3.11 support - #2625
Draft
ulgens wants to merge 3 commits into
Draft
Conversation
Collaborator
Author
|
|
ulgens
marked this pull request as draft
May 20, 2026 11:26
ulgens
force-pushed
the
2618-python3.11
branch
5 times, most recently
from
May 20, 2026 19:36
f5dff7d to
66ca33b
Compare
ulgens
force-pushed
the
2618-python3.11
branch
2 times, most recently
from
May 27, 2026 17:21
1ecadfd to
a91033d
Compare
ulgens
force-pushed
the
2618-python3.11
branch
2 times, most recently
from
June 6, 2026 19:26
159d080 to
1dabadc
Compare
Relates to #2618
The earliest version with Python 3.11 support. Updating to the earliest possible version to keep potential breaking changes to minimum. The related changelog doesn't mention this change (https://pandas.pydata.org/docs/whatsnew/v1.5.2.html), but 1.5.2 is the earliest version in PyPI with 3.11 classifier: https://pypi.org/project/pandas/1.5.2/
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Relates to #2618
pandas==1.4.4to==1.5.2(the earliest version with Python 3.11 support.)Blocked by #2642 and the fix that is going to follow it.