diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index dec99ae..5ff3065 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