From b3b6c0bd46086e6b363143f6c19137b2e12f3757 Mon Sep 17 00:00:00 2001 From: Nathan Goldbaum Date: Tue, 11 Feb 2025 12:58:12 -0700 Subject: [PATCH] chore: add CI for 3.13 --- .github/workflows/python_test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/python_test.yml b/.github/workflows/python_test.yml index b23caa6d..dd9f201e 100644 --- a/.github/workflows/python_test.yml +++ b/.github/workflows/python_test.yml @@ -18,7 +18,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