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

Drops Python3.7 support #179

Merged
merged 9 commits into from
Nov 6, 2023
Merged

Conversation

sobolevn
Copy link
Contributor

Hi!

The "why" about these changes:

  1. First of all, pkg_resources is now almost-deprecated:
 ../usr/local/lib/python3.11/site-packages/punq/__init__.py:27
  /usr/local/lib/python3.11/site-packages/punq/__init__.py:27: DeprecationWarning: pkg_resources is deprecated as an API. See https://setuptools.pypa.io/en/latest/pkg_resources.html
    from pkg_resources import DistributionNotFound
  1. It is a 3rd party package that was not listed in dependencies.
  2. Python3.7 is dead now, so we can drop it. But, we have to list Python3.11 as supported and tested
  3. I've also updated all dependencies (whichout changing their bounds) and I've updated most github actions
  4. I've added a change log entry and bumped the version number

@codecov
Copy link

codecov bot commented Sep 11, 2023

Codecov Report

Patch coverage: 100.00% and no project coverage change.

Comparison is base (f757519) 100.00% compared to head (ce349aa) 100.00%.
Report is 1 commits behind head on master.

Additional details and impacted files
@@            Coverage Diff            @@
##            master      #179   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files            1         1           
  Lines          159       158    -1     
  Branches        35        22   -13     
=========================================
- Hits           159       158    -1     
Files Changed Coverage Δ
punq/__init__.py 100.00% <100.00%> (ø)

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

@bobthemighty bobthemighty merged commit ec3cbbe into bobthemighty:master Nov 6, 2023
11 checks passed
@bobthemighty
Copy link
Owner

Thanks @sobolevn !

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