From bbada6615d71df4b7845de8a8b2d1a61a52a37df Mon Sep 17 00:00:00 2001 From: Matthew Anderson Date: Tue, 17 Dec 2024 15:46:51 -0600 Subject: [PATCH] chore(ci): add python 3.13 test --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 722c9d4..25a53ea 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -20,7 +20,7 @@ jobs: strategy: fail-fast: false matrix: - python-version: ["3.9", "3.10", "3.11", "3.12"] + python-version: ["3.9", "3.10", "3.11", "3.12", "3.13"] os: [ubuntu-latest, macos-latest, windows-latest] runs-on: ${{ matrix.os }} steps: