Skip to content

Commit

Permalink
gh-actions-no-py38
Browse files Browse the repository at this point in the history
  • Loading branch information
moylop260 committed Jan 13, 2025
1 parent 7aabd50 commit 733101a
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/github-actions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand All @@ -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'
Expand Down

0 comments on commit 733101a

Please sign in to comment.