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

feat!: drop Python 3.8 support #874

Merged
merged 3 commits into from
Sep 30, 2024
Merged

feat!: drop Python 3.8 support #874

merged 3 commits into from
Sep 30, 2024

Conversation

mkniewallner
Copy link
Collaborator

PR Checklist

  • A description of the changes is added to the description of this PR.
  • If there is a related issue, make sure it is linked to this PR.
  • If you've fixed a bug or added code that should be tested, add tests!
  • If you've added or modified a feature, documentation in docs is updated

Description of changes

Python 3.8 won't be supported anymore sometimes in October.

Download stats for this month also show a pretty low usage of Python 3.8:

$ uvx pypistats python_minor deptry --this-month
┌──────────┬─────────┬───────────┐
│ category │ percent │ downloads │
├──────────┼─────────┼───────────┤
│ null     │  56.78% │   208,873 │
│ 3.12     │  21.35% │    78,538 │
│ 3.11     │  12.97% │    47,703 │
│ 3.10     │   4.84% │    17,803 │
│ 3.9      │   2.15% │     7,922 │
│ 3.8      │   1.57% │     5,785 │
│ 3.13     │   0.22% │       822 │
│ 3.7      │   0.07% │       254 │
│ 3.14     │   0.04% │       140 │
│ Total    │         │   367,840 │
└──────────┴─────────┴───────────┘

Date range: 2024-09-01 - 2024-09-27

Copy link

codecov bot commented Sep 28, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 92.1%. Comparing base (98cc5bf) to head (967286b).
Report is 1 commits behind head on main.

Additional details and impacted files
@@          Coverage Diff          @@
##            main    #874   +/-   ##
=====================================
  Coverage   92.1%   92.1%           
=====================================
  Files         37      37           
  Lines        992     992           
  Branches     175     175           
=====================================
  Hits         914     914           
  Misses        62      62           
  Partials      16      16           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@mkniewallner mkniewallner marked this pull request as ready for review September 28, 2024 18:18
@fpgmaas fpgmaas merged commit bb0a1a3 into main Sep 30, 2024
37 checks passed
@fpgmaas fpgmaas deleted the feat/drop-python-3.8-support branch September 30, 2024 18:48
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.

2 participants