From bdce1996073b1ddd0ddfb1d834fef347e40fb1b2 Mon Sep 17 00:00:00 2001 From: andrewgsavage Date: Sun, 9 Jun 2024 21:52:48 +0100 Subject: [PATCH] Uprev CI (#233) --- .github/workflows/ci-check-dependencies.yml | 2 +- .github/workflows/ci-pint-master.yml | 4 ++-- .github/workflows/ci-pint-pre.yml | 6 +++--- .github/workflows/ci.yml | 6 +++--- 4 files changed, 9 insertions(+), 9 deletions(-) diff --git a/.github/workflows/ci-check-dependencies.yml b/.github/workflows/ci-check-dependencies.yml index 60ae74a3..23739aad 100644 --- a/.github/workflows/ci-check-dependencies.yml +++ b/.github/workflows/ci-check-dependencies.yml @@ -6,7 +6,7 @@ jobs: test: strategy: matrix: - python-version: [3.9, "3.10", "3.11"] + python-version: ["3.10", "3.11", "3.12"] runs-on: ubuntu-latest diff --git a/.github/workflows/ci-pint-master.yml b/.github/workflows/ci-pint-master.yml index db87d1c8..a96c01b6 100644 --- a/.github/workflows/ci-pint-master.yml +++ b/.github/workflows/ci-pint-master.yml @@ -8,8 +8,8 @@ jobs: matrix: python-version: ["3.10", "3.11", "3.12"] numpy: ["numpy>=1.20.3,<2.0.0"] - pandas: ["pandas==2.0.2", ] - pint: ["pint>=0.21.1"] + pandas: ["pandas==2.2.2"] + pint: ["pint>=0.24"] runs-on: ubuntu-latest diff --git a/.github/workflows/ci-pint-pre.yml b/.github/workflows/ci-pint-pre.yml index e484f0a2..2003552a 100644 --- a/.github/workflows/ci-pint-pre.yml +++ b/.github/workflows/ci-pint-pre.yml @@ -6,10 +6,10 @@ jobs: test: strategy: matrix: - python-version: [3.9, "3.10", "3.11"] + python-version: ["3.10", "3.11", "3.12"] numpy: ["numpy>=1.20.3,<2.0.0"] - pandas: ["pandas==2.0.2", ] - pint: ["pint>=0.21.1"] + pandas: ["pandas==2.2.2"] + pint: ["pint>=0.24"] runs-on: ubuntu-latest diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 251070a6..f45418c6 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -6,10 +6,10 @@ jobs: test: strategy: matrix: - python-version: [3.9, "3.10", "3.11"] + python-version: ["3.10", "3.11", "3.12"] numpy: ["numpy>=1.20.3,<2.0.0"] - pandas: ["pandas==2.0.2", "pandas==2.1.0rc0" ] - pint: ["pint>=0.21.1", "pint==0.22"] + pandas: ["pandas==2.2.2"] + pint: ["pint==0.24"] runs-on: ubuntu-latest