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 support for Python <= 3.7 #229

Merged
merged 5 commits into from
May 17, 2023
Merged

Conversation

viniciuschiele
Copy link
Owner

@viniciuschiele viniciuschiele commented May 16, 2023

  • The current version will require Flask >= 2.2
  • Most recent versions of Flask only support Python >= 3.8
  • Drop Python 2 and Python <= 3.7 to make the code more maintainable

@codecov
Copy link

codecov bot commented May 17, 2023

Codecov Report

Patch coverage: 95.00% and project coverage change: +0.17 🎉

Comparison is base (b34362d) 91.64% compared to head (3c0484f) 91.82%.

Additional details and impacted files
@@            Coverage Diff             @@
##           master     #229      +/-   ##
==========================================
+ Coverage   91.64%   91.82%   +0.17%     
==========================================
  Files           6        6              
  Lines         431      428       -3     
==========================================
- Hits          395      393       -2     
+ Misses         36       35       -1     
Impacted Files Coverage Δ
flask_apscheduler/utils.py 91.11% <87.17%> (+0.78%) ⬆️
flask_apscheduler/api.py 83.05% <100.00%> (ø)
flask_apscheduler/auth.py 87.50% <100.00%> (ø)
flask_apscheduler/json.py 92.85% <100.00%> (ø)
flask_apscheduler/scheduler.py 99.38% <100.00%> (ø)

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

@viniciuschiele viniciuschiele merged commit 93cec4e into master May 17, 2023
6 checks passed
@viniciuschiele viniciuschiele deleted the drop_support_python37 branch September 5, 2023 20:57
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.

None yet

1 participant