From e5e784d28c2578856bc4f95aebefc0c28a64b3e1 Mon Sep 17 00:00:00 2001 From: brendancol Date: Wed, 30 Oct 2024 13:32:02 -0400 Subject: [PATCH] added python 3.13 to tests and removed python 3.10 --- .github/workflows/test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 14977c39..2c2bd95c 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -13,7 +13,7 @@ jobs: strategy: matrix: os: ['ubuntu-latest', 'macos-latest', 'windows-latest'] - python: ['3.10', 3.11, 3.12] + python: [3.11, 3.12, 3.13] env: OS: ${{ matrix.os }} PYTHON: ${{ matrix.python }}