Skip to content

Commit

Permalink
stop testing 3.8
Browse files Browse the repository at this point in the history
  • Loading branch information
Christian-B committed Sep 4, 2024
1 parent f44b098 commit 09feab0
Showing 1 changed file with 4 additions and 7 deletions.
11 changes: 4 additions & 7 deletions .github/workflows/python_checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -208,14 +208,11 @@ jobs:
- runner: ubuntu-24.04
python-version: "3.11"

- runner: ubuntu-latest
python-version: "3.10"

- runner: ubuntu-22.04
python-version: 3.9
python-version: 3.10

- runner: ubuntu-20.04
python-version: 3.8
python-version: 3.9

runs-on: ${{ matrix.runner }}
timeout-minutes: 20
Expand Down Expand Up @@ -270,15 +267,15 @@ jobs:
checks: 'tests'

- runner: windows-2019
python-version: 3.8
python-version: 3.9
checks: 'tests'

- runner: macos-latest
python-version: "3.12"
checks: 'tests'

- runner: macos-12
python-version: 3.8
python-version: 3.9
checks: 'tests'

runs-on: ${{ matrix.runner }}
Expand Down

0 comments on commit 09feab0

Please sign in to comment.