Skip to content

Commit 664e27c

Browse files
authored
ci: bump python to 3.10 (#60)
1 parent bf5b6fb commit 664e27c

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

.github/workflows/full-dist-test.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
- name: Setup Python
4343
uses: actions/setup-python@v5
4444
with:
45-
python-version: 3.9
45+
python-version: '3.10'
4646

4747
- name: Install Python packages
4848
run: pip install -r requirements.txt

.github/workflows/nightly-build.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ jobs:
5858
- name: Setup Python
5959
uses: actions/setup-python@v5
6060
with:
61-
python-version: 3.9
61+
python-version: '3.10'
6262

6363
- name: Install Python packages
6464
run: pip install -r requirements.txt
@@ -109,7 +109,7 @@ jobs:
109109
- name: Setup Python
110110
uses: actions/setup-python@v5
111111
with:
112-
python-version: 3.9
112+
python-version: '3.10'
113113

114114
- name: Install Python packages
115115
run: pip install -r requirements.txt

requirements.txt

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
https://github.com/modflowpy/flopy/archive/develop.zip
2-
https://github.com/MODFLOW-ORG/modflow-devtools/archive/develop.zip
1+
git+https://github.com/modflowpy/flopy.git
2+
git+https://github.com/MODFLOW-ORG/modflow-devtools.git
33
flopy[test, optional]
44
meson!=0.63.0
55
mfpymake

0 commit comments

Comments
 (0)