From 0d7b036ee675d443360e4f9e955a300326916aef Mon Sep 17 00:00:00 2001 From: Sami Jaktholm Date: Sat, 19 Oct 2024 11:52:26 +0300 Subject: [PATCH] chore: add python 3.13 to test matrix --- .github/workflows/python_ci.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/python_ci.yaml b/.github/workflows/python_ci.yaml index 528556d..9c799d9 100644 --- a/.github/workflows/python_ci.yaml +++ b/.github/workflows/python_ci.yaml @@ -13,7 +13,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - python-version: ['3.8', '3.9', '3.10', '3.11', '3.12'] + python-version: ['3.8', '3.9', '3.10', '3.11', '3.12', '3.13'] steps: - uses: actions/checkout@v4