Skip to content

Commit

Permalink
Remove python 2 support
Browse files Browse the repository at this point in the history
  • Loading branch information
sbidoul committed Oct 28, 2023
1 parent 4fc2d4a commit 890165c
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,6 @@ jobs:
fail-fast: false
matrix:
include:
- odoo-version: 10.0
python-version: 2.7
machine: ubuntu-20.04
- odoo-version: 11.0
python-version: 3.6
machine: ubuntu-20.04
Expand All @@ -41,13 +38,6 @@ jobs:
- name: Install poetry
run: pipx install poetry

# Make Python 3.6 also available when testing Python 2.7.
- name: Install python3.6
if: ${{ matrix.python-version == 2.7 }}
uses: actions/setup-python@v4
with:
python-version: 3.6

# Install specific alternate python versions required by hooks
- name: Install python
uses: actions/setup-python@v4
Expand Down

0 comments on commit 890165c

Please sign in to comment.