PrefectHQ / prefect-aws

Prefect integrations with AWS.
https://PrefectHQ.github.io/prefect-aws/
Apache License 2.0
84 stars 40 forks source link

Add Python 3.12 support and remove 3.7 support #405

Closed discdiver closed 5 months ago

discdiver commented 5 months ago

Updates test coverage to Python 3.12 and removes references to supporting Python 3.7.

Closes #404

Closes

Example

Screenshots

Checklist

desertaxle commented 5 months ago

Thanks @discdiver! Looks like there are a couple of tests that need to be fixed for 3.12. I'll push fixes to this branch and merge once the tests pass.