Skip to content

Commit 086cae7

Browse files
committed
Update Python version matrix in CI workflow and comment out optional dependencies in meta.yaml
1 parent ba4a48c commit 086cae7

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/python-package-pip.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ jobs:
77
runs-on: ubuntu-latest
88
strategy:
99
matrix:
10-
python-version: ['3.8', '3.9', '3.10', '3.11']
10+
python-version: ['3.11', '3.12', '3.13']
1111

1212
steps:
1313
- uses: actions/checkout@v3

conda.recipe/meta.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -49,9 +49,9 @@ test:
4949
- numpy
5050
- xarray
5151
- shapely
52-
# optional suxarray extras
53-
- uxarray
54-
- vtk
52+
# optional suxarray extras (failing tests so removing for now)
53+
# - uxarray
54+
# - vtk
5555
- numba
5656
commands:
5757
- pytest

0 commit comments

Comments
 (0)