Skip to content

Commit

Permalink
ci: drop 3.8 & test numpy 2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
CyanideCN committed Apr 28, 2024
1 parent e75630a commit 3b38fa8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
fail-fast: false
matrix:
os: ["ubuntu-latest", "windows-latest"]
python-version: ["3.8", "3.9", "3.10", "3.11"]
python-version: ["3.9", "3.10", "3.11", "3.12"]

steps:
- uses: actions/checkout@v2
Expand Down
2 changes: 1 addition & 1 deletion environment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ channels:
- conda-forge
dependencies:
- pip
- numpy
- numpy>=2.0.0rc1
- matplotlib
- cartopy
- setuptools
Expand Down

0 comments on commit 3b38fa8

Please sign in to comment.