From 5bcca14c03321f453f3bdf49f7b08e1fc8341265 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Beat=20K=C3=BCng?= Date: Mon, 9 Dec 2024 10:32:10 +0100 Subject: [PATCH] ci: update python versions --- .github/workflows/test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index fde4f873..2c8512bd 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -14,7 +14,7 @@ jobs: strategy: fail-fast: false # don't cancel if a job from the matrix fails matrix: - python-version: ["3.9", "3.10", "3.11"] # 3.12: pyfftw not yet supported + python-version: ["3.10", "3.11", "3.12", "3.13"] steps: - uses: actions/checkout@v2