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

Drop Python 2.x and 3.6 support #12

Merged
merged 6 commits into from
Dec 9, 2022
Merged

Drop Python 2.x and 3.6 support #12

merged 6 commits into from
Dec 9, 2022

Conversation

aaront
Copy link
Contributor

@aaront aaront commented Dec 2, 2022

  • Drops support for Python 2.x and removes shims
  • Bumps minimum required Python 3 version to 3.7 and greater

Uses urllib3 package directly instead of proxied via requests
Removes unused packages
@aaront aaront added this to the 1.0 milestone Dec 2, 2022
@aaront aaront self-assigned this Dec 2, 2022
@aaront aaront temporarily deployed to test December 2, 2022 05:07 Inactive
@aaront aaront marked this pull request as draft December 2, 2022 05:08
@codecov-commenter
Copy link

codecov-commenter commented Dec 2, 2022

Codecov Report

Merging #12 (8e80d1b) into master (5407f7c) will decrease coverage by 0.21%.
The diff coverage is 66.66%.

@@            Coverage Diff             @@
##           master      #12      +/-   ##
==========================================
- Coverage   81.46%   81.25%   -0.22%     
==========================================
  Files           6        6              
  Lines         383      384       +1     
  Branches       77       72       -5     
==========================================
  Hits          312      312              
  Misses         53       53              
- Partials       18       19       +1     
Impacted Files Coverage Δ
mygeotab/ext/entitylist.py 59.15% <50.00%> (ø)
mygeotab/serializers.py 53.57% <50.00%> (ø)
mygeotab/api.py 90.32% <66.66%> (-1.13%) ⬇️
mygeotab/api_async.py 86.74% <100.00%> (ø)

📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more

Fixes linting issues raised by ruff
@aaront aaront temporarily deployed to test December 6, 2022 05:22 Inactive
@aaront aaront temporarily deployed to test December 9, 2022 04:20 — with GitHub Actions Inactive
@aaront aaront marked this pull request as ready for review December 9, 2022 22:04
@aaront aaront merged commit 0314bad into master Dec 9, 2022
@aaront aaront deleted the drop-python2 branch December 9, 2022 22:05
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