Skip to content

Commit

Permalink
bump min tested numpy to 1.23
Browse files Browse the repository at this point in the history
  • Loading branch information
braingram committed Mar 9, 2024
1 parent ed2828a commit 91838a1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,13 +32,13 @@ jobs:
python-version: 3.9
- linux: test-numpy125
python-version: 3.9
- linux: test-numpy122
- linux: test-numpy123
python-version: 3.9
- linux: test
python-version: 3.10
- linux: test-numpy125
python-version: 3.10
- linux: test-numpy122
- linux: test-numpy123
python-version: 3.10
- linux: test
python-version: 3.11
Expand Down
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ deps =
cov: pytest-cov
jwst: jwst[test] @ git+https://github.com/spacetelescope/jwst.git
romancal: romancal[test] @ git+https://github.com/spacetelescope/romancal.git
numpy122: numpy==1.22.*
numpy123: numpy==1.23.*
numpy125: numpy==1.25.*
pass_env =
jwst,romancal: CRDS_*
Expand Down

0 comments on commit 91838a1

Please sign in to comment.