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

[FIX] Minimum Python version Odoo 12 #39

Draft
wants to merge 1 commit into
base: master
Choose a base branch
from
Draft
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 4 additions & 6 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,11 +36,10 @@ jobs:
odoo_version: "11.0"
odoo_org_repo: "odoo/odoo"
image_name: py3.5-odoo11.0
- python_version: "3.6"
- python_version: "3.5"
odoo_version: "12.0"
odoo_org_repo: "odoo/odoo"
setuptools_constraint: "<58" # vatnumber needs setuptools with 2to3 support
image_name: py3.6-odoo12.0
image_name: py3.5-odoo12.0
- python_version: "3.6"
odoo_version: "13.0"
odoo_org_repo: "odoo/odoo"
Expand Down Expand Up @@ -83,11 +82,10 @@ jobs:
odoo_version: "11.0"
odoo_org_repo: "oca/ocb"
image_name: py3.5-ocb11.0
- python_version: "3.6"
- python_version: "3.5"
odoo_version: "12.0"
odoo_org_repo: "oca/ocb"
setuptools_constraint: "<58" # vatnumber needs setuptools with 2to3 support
image_name: py3.6-ocb12.0
image_name: py3.5-ocb12.0
- python_version: "3.6"
odoo_version: "13.0"
odoo_org_repo: "oca/ocb"
Expand Down