Skip to content

Conversation

@anjaliratnam-msft
Copy link
Collaborator

Removed support for Python 3.9 and added support for Python 3.14.

Copy link
Collaborator

@kyleknap kyleknap left a comment

Choose a reason for hiding this comment

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

Looks fine. Just had a comment on one of the changes.

Comment on lines -2193 to -2194
# Use memoryview to avoid making copies of the bytes when we splice for partitioned uploads
data = memoryview(data)
Copy link
Collaborator

Choose a reason for hiding this comment

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

Instead shouldn't we be keeping these lines and just remove the conditional? Now that adlfs will only support 3.10+ it will also mean it will only use the SDK on 3.10+ python versions which should always support memory views.

Copy link
Collaborator

@kyleknap kyleknap left a comment

Choose a reason for hiding this comment

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

Look good to me! 🚢

@martindurant this should be good for a review on your side and merge if it looks good to you

@kyleknap
Copy link
Collaborator

This PR fixes: #520 for reference

@martindurant martindurant merged commit 117058d into fsspec:main Nov 18, 2025
8 checks passed
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.

3 participants