From c819fc798d9e16db32a8406d6ee844770faa9394 Mon Sep 17 00:00:00 2001 From: Chris Hawk Date: Fri, 10 Jan 2025 15:06:25 -0800 Subject: [PATCH] Test with Python 3.11 and 3.12, the two versions compatible with Ansible 2.17 and 2.18 --- .github/workflows/ansible-integration-tests.yml | 2 +- .github/workflows/ansible-test.yml | 2 -- .github/workflows/gcloud.yml | 4 ++-- .github/workflows/gcsfuse.yml | 4 ++-- 4 files changed, 5 insertions(+), 7 deletions(-) diff --git a/.github/workflows/ansible-integration-tests.yml b/.github/workflows/ansible-integration-tests.yml index 9605249..990354e 100644 --- a/.github/workflows/ansible-integration-tests.yml +++ b/.github/workflows/ansible-integration-tests.yml @@ -70,4 +70,4 @@ jobs: # run tests - name: Run integration tests # Add the -vvv flag to print out more output - run: ansible-test integration -v --color --python 3.10 --venv-system-site-packages + run: ansible-test integration -v --color --python 3.11 --venv-system-site-packages diff --git a/.github/workflows/ansible-test.yml b/.github/workflows/ansible-test.yml index 50c76fc..cfdb2d0 100644 --- a/.github/workflows/ansible-test.yml +++ b/.github/workflows/ansible-test.yml @@ -16,7 +16,6 @@ jobs: - stable-2.17 - stable-2.18 python_version: - - '3.10' - '3.11' - '3.12' steps: @@ -49,7 +48,6 @@ jobs: - stable-2.17 - stable-2.18 python_version: - - '3.10' - '3.11' - '3.12' steps: diff --git a/.github/workflows/gcloud.yml b/.github/workflows/gcloud.yml index 711ef94..c1819b8 100644 --- a/.github/workflows/gcloud.yml +++ b/.github/workflows/gcloud.yml @@ -31,10 +31,10 @@ jobs: with: path: ansible_collections/google/cloud - - name: Set up Python 3.10 + - name: Set up Python 3.11 uses: actions/setup-python@v4 with: - python-version: '3.10' + python-version: '3.11' - name: Install dependencies run: | diff --git a/.github/workflows/gcsfuse.yml b/.github/workflows/gcsfuse.yml index 8898703..bd91844 100644 --- a/.github/workflows/gcsfuse.yml +++ b/.github/workflows/gcsfuse.yml @@ -26,10 +26,10 @@ jobs: with: path: ansible_collections/google/cloud - - name: Set up Python 3.10 + - name: Set up Python 3.11 uses: actions/setup-python@v4 with: - python-version: '3.10' + python-version: '3.11' - name: Install dependencies run: |