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

Drop Python 3.8 #858

Merged
merged 4 commits into from
Jul 21, 2024
Merged

Drop Python 3.8 #858

merged 4 commits into from
Jul 21, 2024

Conversation

alcarney
Copy link
Member

This is a little premature, but by the time 1.0 is ready Python 3.8 will be end of life so we may as well drop support for it now

This is a little premature, but by the time 1.0 is ready Python 3.8
will be end of life so we may as well drop support for it now
Using `from __future__ import annotations` in more places meant that
the field's types were coming through as strings. Using
`typing.get_type_hints` ensures that these references are resolved
correctly.
@alcarney alcarney merged commit 47989e3 into swyddfa:develop Jul 21, 2024
12 of 13 checks passed
@alcarney alcarney deleted the drop-38 branch July 21, 2024 19: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