Skip to content

Commit

Permalink
ADD: Add ci support for python 3.12 (#634)
Browse files Browse the repository at this point in the history
Co-authored-by: Anderson Banihirwe <13301940+andersy005@users.noreply.github.com>
  • Loading branch information
mgrover1 and andersy005 authored Nov 9, 2023
1 parent aaad72e commit 9cb245d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
strategy:
fail-fast: false
matrix:
python-version: ['3.9', '3.10', '3.11']
python-version: ['3.9', '3.10', '3.11', '3.12']
steps:
- uses: actions/checkout@v4
with:
Expand Down
2 changes: 1 addition & 1 deletion ci/environment-upstream-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ dependencies:
- h5netcdf>=0.8.1
- ipython
- matplotlib
- netcdf4>=1.5.5,<1.6.1
- netcdf4>=1.5.5
- pandas>=2.1.0
- pip
- pooch
Expand Down
2 changes: 1 addition & 1 deletion ci/environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ dependencies:
- intake>=0.6.6
- ipython
- matplotlib
- netcdf4>=1.5.5,<1.6.1
- netcdf4>=1.5.5
- pandas>=2.1.0
- pip
- pooch
Expand Down

0 comments on commit 9cb245d

Please sign in to comment.