diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 108fe5b..2ad4320 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -17,7 +17,7 @@ # under the License. # -# This GitHub Actions workflow will prepare a environment with Python 3.9 +# This GitHub Actions workflow will prepare a environment with Python 3.11 # and the required Python packages, to run the CI tests # (Ansible-lint, Flake8 etc.) for Fluo-Muchos. # See also: @@ -43,7 +43,7 @@ jobs: - uses: actions/checkout@v4 - uses: actions/setup-python@v4 with: - python-version: '3.9' + python-version: '3.11' - name: Install required packages run: pip install -r ./lib/requirements.txt - name: Install common Ansible collections