diff --git a/.github/workflows/bare.yml b/.github/workflows/bare.yml index 5c3237b75f..2dd7360aca 100644 --- a/.github/workflows/bare.yml +++ b/.github/workflows/bare.yml @@ -8,7 +8,7 @@ jobs: matrix: python-version: # Use the oldest supported Python version, as that may pull in more versions. - - "3.7" + - "3.8" runs-on: ubuntu-latest steps: - name: locale diff --git a/.github/workflows/ecosystem.yml b/.github/workflows/ecosystem.yml index a9c45b252c..7ca89776e5 100644 --- a/.github/workflows/ecosystem.yml +++ b/.github/workflows/ecosystem.yml @@ -7,7 +7,7 @@ jobs: strategy: matrix: python-version: - - "3.9" + - "3.10" runs-on: ubuntu-latest steps: - uses: actions/checkout@v3 diff --git a/.github/workflows/run-buildout.yml b/.github/workflows/run-buildout.yml index 93fc968411..901006ceb6 100644 --- a/.github/workflows/run-buildout.yml +++ b/.github/workflows/run-buildout.yml @@ -7,7 +7,6 @@ jobs: strategy: matrix: python-version: - - "3.7" - "3.8" - "3.9" - "3.10"