apache / dolphinscheduler-sdk-python

Apache DolphinScheduler Python API, aka PyDolphinscheduler.
https://dolphinscheduler.apache.org/python/main
Apache License 2.0
52 stars 19 forks source link

ci: update setup-python unsupported version #143

Closed zhongjiajie closed 6 months ago

zhongjiajie commented 6 months ago

python 38 and 39 are not supported on macos-latest anymore, see more detail at https://github.com/actions/setup-python/issues/696#issuecomment-1637587760

Brief Summary of The Change

Pull Request checklist

I confirm that the following checklist has been completed.

codecov-commenter commented 6 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 90.88%. Comparing base (5470f3e) to head (65aa99f). Report is 3 commits behind head on main.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #143 +/- ## ======================================= Coverage 90.88% 90.88% ======================================= Files 64 64 Lines 2371 2371 ======================================= Hits 2155 2155 Misses 216 216 ``` | [Flag](https://app.codecov.io/gh/apache/dolphinscheduler-sdk-python/pull/143/flags?src=pr&el=flags&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=apache) | Coverage Δ | | |---|---|---| | [unittests](https://app.codecov.io/gh/apache/dolphinscheduler-sdk-python/pull/143/flags?src=pr&el=flag&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=apache) | `90.88% <ø> (ø)` | | Flags with carried forward coverage won't be shown. [Click here](https://docs.codecov.io/docs/carryforward-flags?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=apache#carryforward-flags-in-the-pull-request-comment) to find out more.

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.

zhongjiajie commented 6 months ago

@SbloodyS fast 🚀