Skip to content

Commit

Permalink
also adjust it in the github workflow files
Browse files Browse the repository at this point in the history
  • Loading branch information
Christian Baur committed Jan 8, 2025
1 parent 1350d48 commit e14b2c1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/tests-conda.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
strategy:
fail-fast: false
matrix:
python-version: [3.8, 3.11]
python-version: [3.9, 3.11]
os: [ubuntu-latest, windows-latest]
name: "Test: Python ${{ matrix.python-version }}, conda, ${{ matrix.os }}"
steps:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/tests-pip.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
strategy:
fail-fast: false
matrix:
python-version: [3.8, 3.11]
python-version: [3.9, 3.11]
os: [ubuntu-latest, windows-latest]
name: "Test: Python ${{ matrix.python-version }}, pip, ${{ matrix.os }}"
steps:
Expand Down

0 comments on commit e14b2c1

Please sign in to comment.