From 105dac72c5557af09bc11935850be4f3284cb7e2 Mon Sep 17 00:00:00 2001 From: Filips Nastins Date: Sun, 3 Nov 2024 21:23:38 +0100 Subject: [PATCH] chore(ci): add python 3.13 to test matrix --- .github/workflows/main.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index dec99ae8..5ff30651 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -13,9 +13,9 @@ jobs: TESTCONTAINER_DOCKER_NETWORK: tomodachi-testcontainers DOCKER_BUILDKIT: 1 strategy: - max-parallel: 4 + max-parallel: 5 matrix: - python-version: ['3.9', '3.10', '3.11', '3.12'] + python-version: ['3.9', '3.10', '3.11', '3.12', '3.13'] steps: - uses: actions/checkout@v4