Skip to content

Commit

Permalink
Change github checks
Browse files Browse the repository at this point in the history
  • Loading branch information
wojcikmat committed May 20, 2024
1 parent 44c31e1 commit fcd94a2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: [3.8.16, 3.9.16, 3.10.11]
python-version: [3.11.9]
steps:
- uses: actions/checkout@v2
- name: Set up Python ${{ matrix.python-version }}
Expand All @@ -55,7 +55,7 @@ jobs:
runs-on: macos-latest
strategy:
matrix:
python-version: [3.8.16, 3.9.16, 3.10.11]
python-version: [3.11]
steps:
- uses: actions/checkout@v2
- name: Set up Python ${{ matrix.python-version }}
Expand Down

0 comments on commit fcd94a2

Please sign in to comment.