From 8ce407bd8b33e8f552e32cfcb366e8f3a71d603c Mon Sep 17 00:00:00 2001 From: Vitor Hideyoshi Date: Tue, 23 Sep 2025 04:11:54 -0300 Subject: [PATCH] chore: adds python3.13 to testing matrix --- .github/workflows/run-tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/run-tests.yml b/.github/workflows/run-tests.yml index 9994e67..f0409c0 100644 --- a/.github/workflows/run-tests.yml +++ b/.github/workflows/run-tests.yml @@ -15,7 +15,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - python: ["3.10", "3.11", "3.12"] + python: ["3.10", "3.11", "3.12", "3.13"] steps: - uses: actions/checkout@v3 with: