From 99754224fbf2c031ed5e8f550190b401ae39ee8d Mon Sep 17 00:00:00 2001 From: Marcelo Trylesinski Date: Sun, 14 Apr 2024 22:36:41 +0200 Subject: [PATCH] Test Python 3.13 --- .github/workflows/test-suite.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test-suite.yml b/.github/workflows/test-suite.yml index 3df267355..5b51ac596 100644 --- a/.github/workflows/test-suite.yml +++ b/.github/workflows/test-suite.yml @@ -13,7 +13,7 @@ jobs: runs-on: "${{ matrix.os }}" 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-dev"] os: [windows-latest, ubuntu-latest, macos-latest] steps: - uses: "actions/checkout@v4"