Skip to content

Enh/future annotations py3.13 #1980

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

Open
wants to merge 6 commits into
base: main
Choose a base branch
from

Conversation

cosmicBboy
Copy link
Collaborator

@cosmicBboy cosmicBboy commented Apr 24, 2025

Fixes #1910

This PR:

  • adds support for bare forward reference types, enabled via from __future__ import annotations.
  • make DataFrameBase.__setattr__ more robust, us dict.update to update self with the validated dataframe object.

@cosmicBboy cosmicBboy mentioned this pull request Apr 24, 2025
3 tasks
Signed-off-by: cosmicBboy <[email protected]>
Signed-off-by: cosmicBboy <[email protected]>
Signed-off-by: cosmicBboy <[email protected]>
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.

Support python3.13
1 participant