radeklat / delfino

A toolbox of command line helper script, wrapping tools used during Python development.
MIT License
12 stars 3 forks source link

Drop Python 3.7 support #67

Closed radeklat closed 1 year ago

radeklat commented 1 year ago

Python 3.7 reaches end of life on 2023-06-27. Some libraries have already dropped support, preventing update to newer versions.

codecov[bot] commented 1 year ago

Codecov Report

Patch coverage: 63.15% and project coverage change: +0.19 :tada:

Comparison is base (ba5a13b) 45.32% compared to head (5648fc7) 45.51%.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #67 +/- ## ========================================== + Coverage 45.32% 45.51% +0.19% ========================================== Files 23 23 Lines 620 613 -7 Branches 109 108 -1 ========================================== - Hits 281 279 -2 + Misses 332 328 -4 + Partials 7 6 -1 ``` | Flag | Coverage Δ | | |---|---|---| | integration_tests | `42.08% <63.15%> (+0.15%)` | :arrow_up: | | total | `45.18% <63.15%> (+0.18%)` | :arrow_up: | | unit_tests | `17.94% <42.10%> (-0.12%)` | :arrow_down: | 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=Radek+L%C3%A1t#carryforward-flags-in-the-pull-request-comment) to find out more. | [Impacted Files](https://app.codecov.io/gh/radeklat/delfino/pull/67?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Radek+L%C3%A1t) | Coverage Δ | | |---|---|---| | [src/delfino/click\_utils/command\_groups.py](https://app.codecov.io/gh/radeklat/delfino/pull/67?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Radek+L%C3%A1t#diff-c3JjL2RlbGZpbm8vY2xpY2tfdXRpbHMvY29tbWFuZF9ncm91cHMucHk=) | `0.00% <0.00%> (ø)` | | | [src/delfino/click\_utils/set\_from\_config.py](https://app.codecov.io/gh/radeklat/delfino/pull/67?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Radek+L%C3%A1t#diff-c3JjL2RlbGZpbm8vY2xpY2tfdXRpbHMvc2V0X2Zyb21fY29uZmlnLnB5) | `56.41% <0.00%> (+0.31%)` | :arrow_up: | | [src/delfino/internal\_parameters/completion.py](https://app.codecov.io/gh/radeklat/delfino/pull/67?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Radek+L%C3%A1t#diff-c3JjL2RlbGZpbm8vaW50ZXJuYWxfcGFyYW1ldGVycy9jb21wbGV0aW9uLnB5) | `0.00% <0.00%> (ø)` | | | [src/delfino/main.py](https://app.codecov.io/gh/radeklat/delfino/pull/67?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Radek+L%C3%A1t#diff-c3JjL2RlbGZpbm8vbWFpbi5weQ==) | `0.00% <0.00%> (ø)` | | | [src/delfino/models/pyproject\_toml.py](https://app.codecov.io/gh/radeklat/delfino/pull/67?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Radek+L%C3%A1t#diff-c3JjL2RlbGZpbm8vbW9kZWxzL3B5cHJvamVjdF90b21sLnB5) | `100.00% <ø> (+5.00%)` | :arrow_up: | | [src/delfino/constants.py](https://app.codecov.io/gh/radeklat/delfino/pull/67?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Radek+L%C3%A1t#diff-c3JjL2RlbGZpbm8vY29uc3RhbnRzLnB5) | `100.00% <100.00%> (ø)` | | | [src/delfino/decorators/files\_folders.py](https://app.codecov.io/gh/radeklat/delfino/pull/67?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Radek+L%C3%A1t#diff-c3JjL2RlbGZpbm8vZGVjb3JhdG9ycy9maWxlc19mb2xkZXJzLnB5) | `100.00% <100.00%> (ø)` | | | [src/delfino/decorators/pass\_args.py](https://app.codecov.io/gh/radeklat/delfino/pull/67?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Radek+L%C3%A1t#diff-c3JjL2RlbGZpbm8vZGVjb3JhdG9ycy9wYXNzX2FyZ3MucHk=) | `92.30% <100.00%> (ø)` | | | [src/delfino/execution.py](https://app.codecov.io/gh/radeklat/delfino/pull/67?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Radek+L%C3%A1t#diff-c3JjL2RlbGZpbm8vZXhlY3V0aW9uLnB5) | `32.30% <100.00%> (ø)` | |

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Do you have feedback about the report comment? Let us know in this issue.