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

Add support for Python 3.9 #633

Merged
merged 1 commit into from
Oct 10, 2024
Merged

Add support for Python 3.9 #633

merged 1 commit into from
Oct 10, 2024

Conversation

ericwb
Copy link
Contributor

@ericwb ericwb commented Oct 10, 2024

To maximize adoption, support the full range of Python versions that are not end-of-life. So this change adds the final needed of Python 3.9.

This does affect some of the code:

  • Can no longer use match statements
  • Use typing.Optional instead of | None
  • Getting third party plugin via metadata distributions is disabled
  • Modified how extensions are found by group and loaded

To maximize adoption, support the full range of Python versions
that are not end-of-life. So this change adds the final needed
of Python 3.9.

This does affect some of the code:
* Can no longer use match statements
* Use typing.Optional instead of <type> | None
* Getting third party plugin via metadata distributions is disabled
* Modified how extensions are found by group and loaded

Signed-off-by: Eric Brown <eric.brown@securesauce.dev>
@ericwb ericwb merged commit d4135e3 into securesauce:main Oct 10, 2024
17 checks passed
@ericwb ericwb deleted the py39 branch October 10, 2024 22:52
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