Skip to content

Commit

Permalink
Update python versions in ci
Browse files Browse the repository at this point in the history
  • Loading branch information
maxnoe committed Feb 26, 2024
1 parent 4ab0aba commit 418c6dd
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
fetch-depth: 0
- uses: actions/setup-python@v4
with:
python-version: "3.9"
python-version: "3.11"
- uses: pre-commit/[email protected]
with:
extra_args: --files $(git diff origin/main --name-only)
Expand All @@ -35,14 +35,14 @@ jobs:
strategy:
matrix:
include:
- python-version: "3.9"
os: ubuntu-latest

- python-version: "3.10"
os: ubuntu-latest

- python-version: "3.11"
os: ubuntu-latest

- python-version: "3.12"
os: ubuntu-latest
extra-args: ['codecov']

runs-on: ${{ matrix.os }}
Expand Down Expand Up @@ -90,7 +90,7 @@ jobs:
- name: Set up Python
uses: actions/setup-python@v4
with:
python-version: "3.9"
python-version: "3.11"

- name: Install doc dependencies
run: |
Expand Down

0 comments on commit 418c6dd

Please sign in to comment.