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

requires python >= 3.6 #48

Merged
merged 10 commits into from
Sep 21, 2022
Merged

requires python >= 3.6 #48

merged 10 commits into from
Sep 21, 2022

Conversation

sbidoul
Copy link
Member

@sbidoul sbidoul commented May 21, 2022

closes #47

@codecov-commenter
Copy link

codecov-commenter commented May 21, 2022

Codecov Report

Merging #48 (e827538) into master (39c9bf9) will increase coverage by 1.53%.
The diff coverage is 100.00%.

@@            Coverage Diff             @@
##           master      #48      +/-   ##
==========================================
+ Coverage   84.81%   86.34%   +1.53%     
==========================================
  Files           7        7              
  Lines         237      205      -32     
  Branches       33       26       -7     
==========================================
- Hits          201      177      -24     
+ Misses         25       20       -5     
+ Partials       11        8       -3     
Impacted Files Coverage Δ
click_odoo/compat.py 100.00% <100.00%> (+22.22%) ⬆️
click_odoo/console.py 63.63% <100.00%> (ø)
click_odoo/env.py 79.16% <100.00%> (-1.61%) ⬇️
click_odoo/env_options.py 95.55% <100.00%> (+1.32%) ⬆️

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 39c9bf9...e827538. Read the comment docs.

OCA is testing on 3.8 so use that here too.
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.

Support python >= 3.6 only
3 participants