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

Stop support for python < 3.6 #416

Merged
merged 3 commits into from
Aug 7, 2020
Merged

Stop support for python < 3.6 #416

merged 3 commits into from
Aug 7, 2020

Conversation

azmeuk
Copy link
Member

@azmeuk azmeuk commented Jul 29, 2020

I also applied pyupgrade --py36-plus to automatically migrate the code.

@codecov-commenter
Copy link

codecov-commenter commented Jul 29, 2020

Codecov Report

Merging #416 into master will decrease coverage by 1.71%.
The diff coverage is 96.66%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #416      +/-   ##
==========================================
- Coverage   99.68%   97.97%   -1.72%     
==========================================
  Files          18       18              
  Lines         949      936      -13     
  Branches       74       73       -1     
==========================================
- Hits          946      917      -29     
- Misses          3       17      +14     
- Partials        0        2       +2     
Impacted Files Coverage Δ
flask_wtf/_compat.py 92.30% <50.00%> (-7.70%) ⬇️
flask_wtf/csrf.py 98.11% <100.00%> (+0.01%) ⬆️
flask_wtf/file.py 91.66% <100.00%> (-8.34%) ⬇️
flask_wtf/form.py 100.00% <100.00%> (ø)
flask_wtf/i18n.py 100.00% <100.00%> (ø)
flask_wtf/recaptcha/fields.py 100.00% <100.00%> (ø)
flask_wtf/recaptcha/validators.py 100.00% <100.00%> (ø)
flask_wtf/recaptcha/widgets.py 100.00% <100.00%> (ø)
tests/conftest.py 100.00% <100.00%> (ø)
tests/test_i18n.py 100.00% <100.00%> (ø)
... and 3 more

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 6ed4d50...55aa915. Read the comment docs.

@azmeuk azmeuk merged commit 083b7e0 into pallets-eco:master Aug 7, 2020
@davidism davidism added this to the v0.15 milestone May 24, 2021
@github-actions github-actions bot locked as resolved and limited conversation to collaborators Jun 8, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Development

Successfully merging this pull request may close these issues.

3 participants