Skip to content

Commit

Permalink
Update actions and python matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
mstoelzle authored Aug 13, 2024
1 parent 8a92840 commit 8721023
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,14 +9,14 @@ jobs:
test:
strategy:
matrix:
python: ['3.8', '3.9', '3.10']
python: ['3.10', '3.11', '3.12']
platform: [ubuntu-latest, macos-latest, windows-latest]
runs-on: ${{ matrix.platform }}
steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4
- name: Set up Python ${{ matrix.python }}
uses: actions/setup-python@v3
uses: actions/setup-python@v5
with:
python-version: ${{ matrix.python }}
- name: Install test dependencies
Expand Down

0 comments on commit 8721023

Please sign in to comment.