Skip to content

Commit

Permalink
update(python): set python 3.7 as minimum supported version
Browse files Browse the repository at this point in the history
Also set minimum NumPy version to >= 1.15. Add python 3.9 to
GitHub action workflows and remove python 3.6.

Closes modflowpy#1176 Closes modflowpy#1177
  • Loading branch information
jdhughes-usgs committed Aug 16, 2021
1 parent fc34034 commit b2d774f
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 @@ -40,7 +40,7 @@ jobs:
- name: Base flopy installation
run: |
pip install .
pip install . --use-feature=in-tree-build
- name: Print flopy version
run: |
Expand Down
2 changes: 1 addition & 1 deletion etc/environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,5 +24,5 @@ dependencies:
- descartes
- pyproj
- shapely
- geos>=3.9.2,<3.9.0 # required until 3.9.2 is available
- geos
- geojson

0 comments on commit b2d774f

Please sign in to comment.