From f5af9dbd3214c878d9fd73e7ea4e7cca2237dfbf Mon Sep 17 00:00:00 2001 From: Marcus Hughes Date: Wed, 30 Oct 2024 18:11:04 -0600 Subject: [PATCH] add py3.13 --- .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 0c6d4eb..752c56b 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -20,7 +20,7 @@ jobs: strategy: fail-fast: false matrix: - python-version: ["3.10", "3.11", "3.12"] + python-version: ["3.10", "3.11", "3.12", "3.13"] steps: - uses: actions/checkout@v3