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.