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

[fix] Broken dictionary combination with type enforcement #111

Merged
merged 1 commit into from
Nov 1, 2024

Conversation

nwithan8
Copy link
Owner

@nwithan8 nwithan8 commented Nov 1, 2024

A magic function was doing too much (having to account for either a type or a list of possible values). Combined with earlier-version-Python types (List instead of list, etc.), was a bad function.

Dropping Python 3.7, 3.8 and 3.9 support to ensure new types will be available for use.

- Drop Python 3.8 and 3.9 support
@nwithan8 nwithan8 merged commit 926c364 into master Nov 1, 2024
1 check passed
@nwithan8 nwithan8 deleted the dictionary_type_templates branch November 1, 2024 00:11
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.

1 participant