]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph-ansible.git/commitdiff
pytest: drop test against py <3.8
authorGuillaume Abrioux <gabrioux@redhat.com>
Wed, 6 Jul 2022 01:31:14 +0000 (03:31 +0200)
committerGuillaume Abrioux <gabrioux@redhat.com>
Wed, 6 Jul 2022 01:37:58 +0000 (03:37 +0200)
since the bump to ansible-core 2.12, we have to drop
testing against py36 and py37 given that ansible 2.12 requires python
>=3.8

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

index 91e9f4ccb672bde595aac06171275f0e4c72d597..509a10163f6743ec6af5e9456c5a2caa7e518fe4 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, 3.9]
     name: Python ${{ matrix.python-version }}
     steps:
       - uses: actions/checkout@v2