Skip to content

Commit

Permalink
extend matrix a bit
Browse files Browse the repository at this point in the history
  • Loading branch information
jaimergp committed Oct 26, 2023
1 parent 4ae24ff commit 03aed59
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
fail-fast: false
matrix:
os: [windows]
python-version: [3.7, 3.8, 3.9]
python-version: ["3.7", "3.8", "3.9", "3.10", "3.11"]

steps:
- uses: actions/checkout@v2
Expand All @@ -23,7 +23,6 @@ jobs:
auto-update-conda: true
python-version: ${{ matrix.python-version }}


- shell: bash -l {0}
name: Conda info
run: |
Expand Down

0 comments on commit 03aed59

Please sign in to comment.