Skip to content

Commit 997c887

Browse files
authored
chore: bump min python to 3.10 (#264)
* chore: bump min python to 3.10 * add dfn optional dep group for devtools
1 parent e44fa04 commit 997c887

File tree

3 files changed

+10
-9
lines changed

3 files changed

+10
-9
lines changed

.github/workflows/ex-rtd.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ jobs:
117117
- name: Setup Python
118118
uses: actions/setup-python@v5
119119
with:
120-
python-version: 3.9
120+
python-version: '3.10'
121121

122122
- name: Set up headless display
123123
uses: pyvista/setup-headless-display-action@v3

.github/workflows/ex-workflow.yml

+7-7
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
- name: Setup Python
3030
uses: actions/setup-python@v5
3131
with:
32-
python-version: 3.9
32+
python-version: '3.10'
3333

3434
- name: Install Python packages
3535
working-directory: etc
@@ -67,7 +67,7 @@ jobs:
6767
- name: Setup Python
6868
uses: actions/setup-python@v5
6969
with:
70-
python-version: 3.9
70+
python-version: '3.10'
7171

7272
- name: Install Python packages
7373
working-directory: modflow6-examples/etc
@@ -119,7 +119,7 @@ jobs:
119119
strategy:
120120
fail-fast: false
121121
matrix:
122-
python: [3.9, "3.10", "3.11", "3.12"]
122+
python: ["3.10", "3.11", "3.12", "3.13"]
123123
steps:
124124
- name: Checkout MODFLOW 6 examples
125125
uses: actions/checkout@v4
@@ -186,21 +186,21 @@ jobs:
186186

187187
- name: Run postprocessing
188188
working-directory: modflow6-examples/scripts
189-
if: matrix.python == '3.9'
189+
if: matrix.python == '3.10'
190190
run: python process-scripts.py
191191

192192
- name: Build PDF document
193193
working-directory: modflow6-examples/doc
194-
if: matrix.python == '3.9'
194+
if: matrix.python == '3.10'
195195
run: ./build-pdf.sh
196196

197197
- name: Move PDF document
198198
working-directory: modflow6-examples
199-
if: matrix.python == '3.9'
199+
if: matrix.python == '3.10'
200200
run: mv doc/${{ env.DISTNAME }}.pdf ${{ env.DISTNAME }}.pdf
201201

202202
- name: Upload PDF document
203-
if: matrix.python == '3.9'
203+
if: matrix.python == '3.10'
204204
uses: actions/upload-artifact@v4
205205
with:
206206
name: ${{ env.DISTNAME}}.pdf

etc/requirements.usgs.txt

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
git+https://github.com/modflowpy/flopy.git@develop
22
git+https://github.com/MODFLOW-ORG/modflowapi.git@develop
3-
git+https://github.com/MODFLOW-ORG/modflow-devtools.git@develop
3+
# git+https://github.com/MODFLOW-ORG/modflow-devtools.git@develop
4+
modflow-devtools[dfn] @ git+https://github.com/MODFLOW-USGS/modflow-devtools.git

0 commit comments

Comments
 (0)