Skip to content

Commit

Permalink
Merge pull request #49 from DamienIrving/master
Browse files Browse the repository at this point in the history
Add python 3.11 testing
  • Loading branch information
DamienIrving authored Sep 22, 2023
2 parents 36c7f35 + 7e57194 commit 15ecda1
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.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
fail-fast: false
matrix:
os: ["ubuntu-latest", "windows-latest", "macos-latest"]
python-version: ["3.8", "3.9", "3.10"]
python-version: ["3.9", "3.10", "3.11"]

steps:
- name: Checkout source
Expand Down
2 changes: 1 addition & 1 deletion ci/environment-3.8.yml → ci/environment-3.11.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: unseen-test
channels:
- conda-forge
dependencies:
- python=3.8
- python=3.11
- geopandas
- regionmask
- xarray
Expand Down

0 comments on commit 15ecda1

Please sign in to comment.