PrefectHQ / prefect-collection-template

Template to quickly bootstrap a Prefect Collection
Apache License 2.0
66 stars 9 forks source link

Remove Python 3.7 support #153

Closed giorgiobasile closed 1 year ago

giorgiobasile commented 1 year ago

Removes Python 3.7 support, as Prefect just did (see PrefectHQ/prefect#10156), making the template compatible with Python 3.8+.

This should fix the (nightly) tests actions, which try to run tests again Prefect's main branch.

bunchesofdonald commented 1 year ago

Thanks for the contribution @giorgiobasile !

giorgiobasile commented 1 year ago

@bunchesofdonald my pleasure, FYI just noticed that automatic merge is not working as my PR removes the 3.7 run of the Tests action

giorgiobasile commented 1 year ago

@bunchesofdonald my pleasure, FYI just noticed that automatic merge is not working as my PR removes the 3.7 run of the Tests action

@bunchesofdonald anything I can do on my side to get it merged?

bunchesofdonald commented 1 year ago

Thanks for calling this out @giorgiobasile! I don't think there's anything you or I can do, I'll see if I can get an admin to merge this or turn off the check constraint.