From b8f3c04e59ed062ff12728f5bc72d41df2f07c45 Mon Sep 17 00:00:00 2001 From: Stephen Kent Date: Mon, 13 Jan 2025 23:36:36 -0800 Subject: [PATCH] Add Python 3.13 to CI jobs --- .github/workflows/ci.yml | 1 + {{cookiecutter.project_name}}/.github/workflows/ci.yml | 1 + 2 files changed, 2 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index e291117..96ab8a0 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -24,6 +24,7 @@ jobs: - "3.10" - "3.11" - "3.12" + - "3.13" poetry-version: - "2.0" diff --git a/{{cookiecutter.project_name}}/.github/workflows/ci.yml b/{{cookiecutter.project_name}}/.github/workflows/ci.yml index 6fd6806..8d19d79 100644 --- a/{{cookiecutter.project_name}}/.github/workflows/ci.yml +++ b/{{cookiecutter.project_name}}/.github/workflows/ci.yml @@ -24,6 +24,7 @@ jobs: - "3.10" - "3.11" - "3.12" + - "3.13" poetry-version: - "2.0"