From 6eb000d211092d00c693e24b5dd50cdbeadfa9ac Mon Sep 17 00:00:00 2001 From: Laurent Rene de Cotret Date: Thu, 16 Jan 2025 11:59:55 -0500 Subject: [PATCH] CI: test with Python 3.13 --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index ebc43e46..d1269a8e 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -14,7 +14,7 @@ jobs: fail-fast: false matrix: os: [ubuntu-latest, macos-latest, windows-latest] - python-version: ["3.9", "3.10", "3.11", "3.12"] + python-version: ["3.9", "3.10", "3.11", "3.12", "3.13"] exclude: # pycifrw 4.4.4 is broken on Windows / python 3.10 - os: windows-latest