From: Guillaume Abrioux Date: Wed, 15 Jun 2022 06:41:55 +0000 (+0200) Subject: workflows: drop py36, py37 from pytest X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=46e719fda34fe1365bed7260b6e50df741063060;p=ceph-ansible.git workflows: drop py36, py37 from pytest no need to have a such matrix, let's test against py38 only. Signed-off-by: Guillaume Abrioux --- diff --git a/.github/workflows/pytest.yml b/.github/workflows/pytest.yml index 91e9f4ccb..1879fbd31 100644 --- a/.github/workflows/pytest.yml +++ b/.github/workflows/pytest.yml @@ -13,7 +13,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - python-version: [3.6, 3.7, 3.8] + python-version: [3.8] name: Python ${{ matrix.python-version }} steps: - uses: actions/checkout@v2