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

Require python >= 3.6 #115

Merged
merged 3 commits into from Sep 20, 2022
Merged

Require python >= 3.6 #115

merged 3 commits into from Sep 20, 2022

Conversation

sbidoul
Copy link
Member

@sbidoul sbidoul commented May 21, 2022

closes #110

@codecov-commenter
Copy link

codecov-commenter commented May 21, 2022

Codecov Report

Merging #115 (5f669c5) into master (478983c) will decrease coverage by 0.61%.
The diff coverage is 100.00%.

@@            Coverage Diff             @@
##           master     #115      +/-   ##
==========================================
- Coverage   93.16%   92.55%   -0.62%     
==========================================
  Files          14       14              
  Lines         892      886       -6     
  Branches      157      154       -3     
==========================================
- Hits          831      820      -11     
- Misses         43       45       +2     
- Partials       18       21       +3     
Impacted Files Coverage Δ
click_odoo_contrib/backupdb.py 98.46% <ø> (-1.54%) ⬇️
click_odoo_contrib/copydb.py 100.00% <ø> (ø)
click_odoo_contrib/core_addons/__init__.py 100.00% <ø> (ø)
click_odoo_contrib/dropdb.py 95.83% <ø> (ø)
click_odoo_contrib/manifest.py 100.00% <ø> (ø)
click_odoo_contrib/restoredb.py 69.09% <ø> (ø)
click_odoo_contrib/_dbutils.py 100.00% <100.00%> (ø)
click_odoo_contrib/initdb.py 95.89% <100.00%> (-1.06%) ⬇️
click_odoo_contrib/update.py 85.45% <100.00%> (-1.38%) ⬇️
... and 2 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 860b74e...5f669c5. Read the comment docs.

@sbidoul
Copy link
Member Author

sbidoul commented Sep 20, 2022

I'm going ahead and merging this. Previous versions will remain available on PyPI with support for Python 2 and 3.5.

@sbidoul sbidoul merged commit 7605322 into master Sep 20, 2022
@sbidoul sbidoul deleted the py36 branch September 20, 2022 08:34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Require python >= 3.6
3 participants