]> git.apps.os.sepia.ceph.com Git - ceph-ansible.git/commitdiff
tests: use python 3.9
authorGuillaume Abrioux <gabrioux@ibm.com>
Fri, 2 Jun 2023 21:49:56 +0000 (23:49 +0200)
committerGuillaume Abrioux <gabrioux@ibm.com>
Wed, 14 Feb 2024 08:54:13 +0000 (09:54 +0100)
Signed-off-by: Guillaume Abrioux <gabrioux@ibm.com>
.github/workflows/ansible-lint.yml
.github/workflows/pytest.yml

index 9a8b4962ac758080c6423d584a04367a6231a7ee..74ac7e094e624e91ae6704c7de8c951e59bb228f 100644 (file)
@@ -8,7 +8,7 @@ jobs:
       - name: Setup python
         uses: actions/setup-python@v2
         with:
-          python-version: '3.8'
+          python-version: '3.9'
           architecture: x64
       - run: pip install -r <(grep ansible tests/requirements.txt) ansible-lint==6.16.0 netaddr
       - run: ansible-galaxy install -r requirements.yml
index 509a10163f6743ec6af5e9456c5a2caa7e518fe4..151d31bd9961d4b9c7d3ca2777f236412e60a87e 100644 (file)
@@ -13,7 +13,7 @@ jobs:
     runs-on: ubuntu-latest
     strategy:
       matrix:
-        python-version: [3.8, 3.9]
+        python-version: [3.9]
     name: Python ${{ matrix.python-version }}
     steps:
       - uses: actions/checkout@v2