From 656b1d5900ff1b6d38f7d642de679ea32b54aba6 Mon Sep 17 00:00:00 2001 From: Howard Butler Date: Tue, 29 Oct 2024 10:33:38 -0500 Subject: [PATCH] add Python 3.13 to build matrix and drop 3.9 --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 49934cbd..ab64a847 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -24,7 +24,7 @@ jobs: fail-fast: true matrix: os: ['ubuntu-latest', 'macos-latest', 'windows-latest'] - python-version: ['3.9', '3.10', '3.11', '3.12'] + python-version: ['3.10', '3.11', '3.12', '3.13'] numpy-version: ['1.24', '2.0'] exclude: - python-version: '3.12'