]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph-ansible.git/commitdiff
workflows: drop py36, py37 from pytest
authorGuillaume Abrioux <gabrioux@redhat.com>
Wed, 15 Jun 2022 06:41:55 +0000 (08:41 +0200)
committerGuillaume Abrioux <gabrioux@redhat.com>
Wed, 22 Jun 2022 05:17:32 +0000 (07:17 +0200)
no need to have a such matrix, let's test against py38 only.

Signed-off-by: Guillaume Abrioux <gabrioux@redhat.com>
.github/workflows/pytest.yml

index 91e9f4ccb672bde595aac06171275f0e4c72d597..1879fbd31db299ef329fbf25c4e7d2baec49eb0a 100644 (file)
@@ -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