Skip to content

Commit 10855dc

Browse files
authored
Add python 3.10 to CI (#5844)
* Add python 3.10 to CI * test * test * [test-upstream] test * [test-upstream] test without numbaagg * test without rasterio * remove setuptools * Update environment.yml * pydap errors * test rasterio
1 parent e512cf2 commit 10855dc

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ jobs:
5353
matrix:
5454
os: ["ubuntu-latest", "macos-latest", "windows-latest"]
5555
# Bookend python versions
56-
python-version: ["3.8", "3.9"]
56+
python-version: ["3.8", "3.9", "3.10"]
5757
steps:
5858
- uses: actions/checkout@v2
5959
with:

.github/workflows/upstream-dev-ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444
strategy:
4545
fail-fast: false
4646
matrix:
47-
python-version: ["3.9"]
47+
python-version: ["3.10"]
4848
outputs:
4949
artifacts_availability: ${{ steps.status.outputs.ARTIFACTS_AVAILABLE }}
5050
steps:

ci/requirements/environment-windows.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ dependencies:
2727
- pip
2828
- pre-commit
2929
- pseudonetcdf
30-
- pydap
30+
# - pydap # https://github.com/pydap/pydap/pull/210
3131
# - pynio # Not available on Windows
3232
- pytest
3333
- pytest-cov

ci/requirements/environment.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ dependencies:
3131
- pooch
3232
- pre-commit
3333
- pseudonetcdf
34-
- pydap
34+
# - pydap # https://github.com/pydap/pydap/pull/210
3535
# - pynio: not compatible with netCDF4>1.5.3; only tested in py37-bare-minimum
3636
- pytest
3737
- pytest-cov

0 commit comments

Comments
 (0)