Skip to content

Commit

Permalink
Add python 3.10 to CI (pydata#5844)
Browse files Browse the repository at this point in the history
* 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
  • Loading branch information
Illviljan authored Jan 21, 2022
1 parent e512cf2 commit 10855dc
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ jobs:
matrix:
os: ["ubuntu-latest", "macos-latest", "windows-latest"]
# Bookend python versions
python-version: ["3.8", "3.9"]
python-version: ["3.8", "3.9", "3.10"]
steps:
- uses: actions/checkout@v2
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/upstream-dev-ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
strategy:
fail-fast: false
matrix:
python-version: ["3.9"]
python-version: ["3.10"]
outputs:
artifacts_availability: ${{ steps.status.outputs.ARTIFACTS_AVAILABLE }}
steps:
Expand Down
2 changes: 1 addition & 1 deletion ci/requirements/environment-windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ dependencies:
- pip
- pre-commit
- pseudonetcdf
- pydap
# - pydap # https://github.com/pydap/pydap/pull/210
# - pynio # Not available on Windows
- pytest
- pytest-cov
Expand Down
2 changes: 1 addition & 1 deletion ci/requirements/environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ dependencies:
- pooch
- pre-commit
- pseudonetcdf
- pydap
# - pydap # https://github.com/pydap/pydap/pull/210
# - pynio: not compatible with netCDF4>1.5.3; only tested in py37-bare-minimum
- pytest
- pytest-cov
Expand Down

0 comments on commit 10855dc

Please sign in to comment.