From 3dd8bfd34b5045ddec8efb6ed3fc451d6cfdf8ed Mon Sep 17 00:00:00 2001 From: Max Ustinov Date: Mon, 16 Dec 2024 14:26:35 -0800 Subject: [PATCH] removed python 3.7 from python tests --- .github/workflows/test.ansible.yml | 2 +- .github/workflows/test.cli.yml | 2 +- .github/workflows/test.python.helper.yml | 2 +- .github/workflows/test.python.yml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/test.ansible.yml b/.github/workflows/test.ansible.yml index 65d701e2..55414157 100644 --- a/.github/workflows/test.ansible.yml +++ b/.github/workflows/test.ansible.yml @@ -9,7 +9,7 @@ jobs: runs-on: ${{ matrix.python-version == '3.8' && 'ubuntu-22.04' || 'ubuntu-latest' }} strategy: matrix: - python-version: ["3.7", "3.8", "3.9", "3.10", "3.11", "3.12"] + python-version: ["3.8", "3.9", "3.10", "3.11", "3.12"] steps: - uses: actions/checkout@v4 diff --git a/.github/workflows/test.cli.yml b/.github/workflows/test.cli.yml index d780355f..2fabbd39 100644 --- a/.github/workflows/test.cli.yml +++ b/.github/workflows/test.cli.yml @@ -9,7 +9,7 @@ jobs: runs-on: ${{ matrix.python-version == '3.8' && 'ubuntu-22.04' || 'ubuntu-latest' }} strategy: matrix: - python-version: ["3.7", "3.8", "3.9", "3.10", "3.11", "3.12"] + python-version: ["3.8", "3.9", "3.10", "3.11", "3.12"] steps: - uses: actions/checkout@v4 diff --git a/.github/workflows/test.python.helper.yml b/.github/workflows/test.python.helper.yml index d0a544c6..e9f556f1 100644 --- a/.github/workflows/test.python.helper.yml +++ b/.github/workflows/test.python.helper.yml @@ -9,7 +9,7 @@ jobs: runs-on: ${{ matrix.python-version == '3.8' && 'ubuntu-22.04' || 'ubuntu-latest' }} strategy: matrix: - python-version: ["3.7", "3.8", "3.9", "3.10", "3.11", "3.12"] + python-version: ["3.8", "3.9", "3.10", "3.11", "3.12"] steps: - uses: actions/checkout@v4 diff --git a/.github/workflows/test.python.yml b/.github/workflows/test.python.yml index 9a98161c..3d7b3e2b 100644 --- a/.github/workflows/test.python.yml +++ b/.github/workflows/test.python.yml @@ -9,7 +9,7 @@ jobs: runs-on: ${{ matrix.python-version == '3.8' && 'ubuntu-22.04' || 'ubuntu-latest' }} strategy: matrix: - python-version: ["3.7", "3.8", "3.9", "3.10", "3.11", "3.12"] + python-version: ["3.8", "3.9", "3.10", "3.11", "3.12"] defaults: run: