Skip to content

Commit

Permalink
ci: disable 3.8 runners
Browse files Browse the repository at this point in the history
it's failing one of the tests, and reaching EOL soon anyway
  • Loading branch information
karlicoss committed Sep 23, 2024
1 parent f491369 commit 468f90e
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,15 +24,13 @@ jobs:
fail-fast: false
matrix:
platform: [ubuntu-latest, macos-latest, windows-latest]
python-version: ['3.8', '3.9', '3.10', '3.11', '3.12']
python-version: ['3.9', '3.10', '3.11', '3.12']
exclude: [
# windows runners are pretty scarce, so let's only run lowest and highest python version
{platform: windows-latest, python-version: '3.9' },
{platform: windows-latest, python-version: '3.10'},
{platform: windows-latest, python-version: '3.11'},

# same, macos is a bit too slow and ubuntu covers python quirks well
{platform: macos-latest , python-version: '3.9' },
{platform: macos-latest , python-version: '3.10'},
{platform: macos-latest , python-version: '3.11'},
]
Expand Down

0 comments on commit 468f90e

Please sign in to comment.