From a5c2200d9a733603c4628bd23d0866acdd5ca6f3 Mon Sep 17 00:00:00 2001 From: Alexander Goscinski Date: Fri, 17 Jan 2025 09:29:36 +0100 Subject: [PATCH] add py313 support --- .github/workflows/ci-code.yml | 2 +- .github/workflows/test-install.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci-code.yml b/.github/workflows/ci-code.yml index b1482df81..7ba4c8ed9 100644 --- a/.github/workflows/ci-code.yml +++ b/.github/workflows/ci-code.yml @@ -26,7 +26,7 @@ jobs: strategy: fail-fast: false matrix: - python-version: ['3.9', '3.12'] + python-version: ['3.9', '3.13'] database-backend: [psql] include: - python-version: '3.9' diff --git a/.github/workflows/test-install.yml b/.github/workflows/test-install.yml index 372a9332e..75f953e8a 100644 --- a/.github/workflows/test-install.yml +++ b/.github/workflows/test-install.yml @@ -114,7 +114,7 @@ jobs: fail-fast: false matrix: - python-version: ['3.9', '3.10', '3.11', '3.12'] + python-version: ['3.9', '3.10', '3.11', '3.12', '3.13'] # Not being able to install with conda on a specific Python version is # not sufficient to fail the run, but something we want to be aware of.