From fe878dcea3f2de8b77449c8acc77d26fa962821a Mon Sep 17 00:00:00 2001 From: David Bold Date: Mon, 8 Jan 2024 16:40:29 +0100 Subject: [PATCH] CI: bump minimum version to NEP29 https://github.com/boutproject/xBOUT/issues/301 --- .github/workflows/master.yml | 4 ++-- .github/workflows/pythonpackage.yml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/master.yml b/.github/workflows/master.yml index 7aab2162..266551e2 100644 --- a/.github/workflows/master.yml +++ b/.github/workflows/master.yml @@ -49,9 +49,9 @@ jobs: if: always() strategy: matrix: - python-version: [3.8] + python-version: [3.9] pip-packages: - - "setuptools pip pytest pytest-cov coverage 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==6.1.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. + - "setuptools pip pytest pytest-cov coverage 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.5.8 Pillow==7.2.0" fail-fast: false steps: diff --git a/.github/workflows/pythonpackage.yml b/.github/workflows/pythonpackage.yml index 183a6b07..8ca9415d 100644 --- a/.github/workflows/pythonpackage.yml +++ b/.github/workflows/pythonpackage.yml @@ -49,9 +49,9 @@ jobs: if: always() strategy: matrix: - python-version: [3.8] + python-version: [3.9] pip-packages: - - "setuptools pip pytest pytest-cov coverage 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. + - "setuptools pip pytest pytest-cov coverage 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.5.8 Pillow==7.2.0" fail-fast: false steps: