From ec3f3e42e7de6878357b894ac3c99c88db45780f Mon Sep 17 00:00:00 2001 From: andrewgsavage Date: Wed, 24 Apr 2024 23:01:22 +0100 Subject: [PATCH] master version --- .github/workflows/ci-pint-master.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci-pint-master.yml b/.github/workflows/ci-pint-master.yml index 3667109..db87d1c 100644 --- a/.github/workflows/ci-pint-master.yml +++ b/.github/workflows/ci-pint-master.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"] numpy: ["numpy>=1.20.3,<2.0.0"] pandas: ["pandas==2.0.2", ] pint: ["pint>=0.21.1"]