Skip to content

Commit

Permalink
chore(ci): remove python 3.7 from test matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
stevanmilic committed Oct 14, 2024
1 parent 14f9f1a commit e678137
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,14 +12,7 @@ jobs:
strategy:
fail-fast: false
matrix:
python-version: ["3.7", "3.8", "3.9", "3.10"]
os: [ubuntu-latest, macOS-latest]
exclude: # Python 3.7 is not supported on Apple ARM64
- python-version: "3.7"
os: macos-latest
include: # Python 3.7 is tested with a x86 macOS version
- python-version: "3.7"
os: macos-13
python-version: ["3.8", "3.9", "3.10"]

steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit e678137

Please sign in to comment.