diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 4a94e8a..f9a348f 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -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 @@ -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