Skip to content

Commit

Permalink
Only use supported versions (#2054)
Browse files Browse the repository at this point in the history
  • Loading branch information
lra authored Jan 2, 2025
1 parent db744de commit 0249361
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/install.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,11 @@ jobs:
- "ubuntu-22.04"
- "ubuntu-24.04"
python-version:
- "3.8"
- "3.9"
- "3.10"
- "3.11"
- "3.12"
- "3.13"
runs-on: ${{ matrix.os }}
container: python:${{ matrix.python-version }}
steps:
Expand All @@ -31,7 +31,6 @@ jobs:
strategy:
matrix:
os:
- macos-12
- macos-13
- macos-14
runs-on: ${{ matrix.os }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,11 @@ jobs:
strategy:
matrix:
python-version:
- "3.8"
- "3.9"
- "3.10"
- "3.11"
- "3.12"
- "3.13"
container: python:${{ matrix.python-version }}
steps:
- run: echo "${HOME}/.local/bin" >> $GITHUB_PATH
Expand Down

0 comments on commit 0249361

Please sign in to comment.