Skip to content

Commit afb5ba6

Browse files
authored
Merge pull request #271 from boutproject/update-publish-ci
Remove Python-3.7, add 3.10 in 'publish' workflow
2 parents 5dde7ec + 41b31cf commit afb5ba6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/pythonpublish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
if: always()
1515
strategy:
1616
matrix:
17-
python-version: [3.7, 3.8, 3.9]
17+
python-version: [3.8, 3.9, '3.10']
1818
pip-packages:
1919
- "setuptools pip pytest pytest-cov coverage codecov boutdata xarray numpy>=1.16.0"
2020
fail-fast: true
@@ -47,7 +47,7 @@ jobs:
4747
if: always()
4848
strategy:
4949
matrix:
50-
python-version: [3.7, 3.8]
50+
python-version: [3.8]
5151
pip-packages:
5252
- "setuptools pip pytest pytest-cov coverage codecov boutdata==0.1.4 xarray==0.18.0 dask==2.10.0 numpy==1.18.0 natsort==5.5.0 matplotlib==3.1.1 animatplot==0.4.2 netcdf4==1.4.2 Pillow==7.2.0" # test with oldest supported version of packages. Note, using numpy==1.18.0 as a workaround because numpy==1.17.0 is not supported on Python-3.7, even though we should currently support numpy==1.17.0.
5353
fail-fast: true

0 commit comments

Comments
 (0)