diff --git a/.github/workflows/github-actions.yml b/.github/workflows/github-actions.yml index 2b567d9..faa4c78 100644 --- a/.github/workflows/github-actions.yml +++ b/.github/workflows/github-actions.yml @@ -40,7 +40,7 @@ jobs: strategy: fail-fast: false matrix: - python: ['3.8', '3.9', '3.10', '3.11', '3.12'] + python: ['3.9', '3.10', '3.11', '3.12'] os: [ubuntu-latest, windows-latest, macos-13, macos-latest] tox_env: ['py'] include: @@ -56,8 +56,6 @@ jobs: exclude: # macos-14 AKA macos-latest has switched to being an ARM runner, only supporting newer versions of Python # https://github.com/actions/setup-python/issues/825#issuecomment-2096792396 - - python: '3.8' - os: macos-latest - python: '3.9' os: macos-latest - python: '3.10'