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

Start killing Python < 3.9 compatibility code #78

Open
wants to merge 1 commit into
base: 6.0
Choose a base branch
from

Conversation

DimitriPapadopoulos
Copy link
Contributor

@DimitriPapadopoulos DimitriPapadopoulos commented Mar 6, 2024

@denisri Should we get rid of this altogether?

# More supported types, in Python < 3.9 style
Tuple = tuple
Dict = dict
Set = set

I'm afraid it could break compatibility with existing code.

@denisri
Copy link
Contributor

denisri commented Mar 7, 2024

I don't think they are used except perhaps in a couple of tests, and possibly in axon/capsul auto conversion functions: Capsul3 has not been used much yet, and the older API was not using these types (we were using traits). I can adapt Axon if needed.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants