From c935f6be972eb684c5f0686a7a450f5fba1f1fb5 Mon Sep 17 00:00:00 2001 From: Heberto Mayorquin Date: Tue, 15 Oct 2024 14:46:57 -0600 Subject: [PATCH] add python 313 to CI test --- .github/workflows/all-tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/all-tests.yml b/.github/workflows/all-tests.yml index dcaec8b272..3f9c2f0f63 100644 --- a/.github/workflows/all-tests.yml +++ b/.github/workflows/all-tests.yml @@ -25,7 +25,7 @@ jobs: strategy: fail-fast: false matrix: - python-version: ["3.9", "3.12"] # Lower and higher versions we support + python-version: ["3.9", "3.13"] # Lower and higher versions we support os: [macos-latest, windows-latest, ubuntu-latest] steps: - uses: actions/checkout@v4