Skip to content

Commit

Permalink
pytest/matrix python version 3.10 to 3.12
Browse files Browse the repository at this point in the history
  • Loading branch information
nicolasK committed Oct 31, 2023
1 parent d3577f6 commit 3332324
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
11 changes: 11 additions & 0 deletions .github/workflows/pytest.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,17 @@ jobs:
pytest:
runs-on: ubuntu-latest
name: pytest
strategy:
matrix:
os:
- ubuntu-latest
- macos-latest
- windows-latest
python-version:
- "3.10"
- "3.11"
- "3.12"

steps:
- uses: actions/checkout@v3
with:
Expand Down
2 changes: 1 addition & 1 deletion requirements_dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ channels:
- defaults
- conda-forge
dependencies:
- python=3.11
- python>=3.10
- numpy
- pandas
- gdal>=3.7.0
Expand Down

0 comments on commit 3332324

Please sign in to comment.