From b413005684c40c782282710261e850f1c2896620 Mon Sep 17 00:00:00 2001 From: Tom Christie Date: Thu, 21 Nov 2024 11:30:33 +0000 Subject: [PATCH] Python versions --- .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 ce3df5db..bf8d7883 100644 --- a/.github/workflows/test-suite.yml +++ b/.github/workflows/test-suite.yml @@ -14,7 +14,7 @@ jobs: strategy: matrix: - python-version: ["3.8", "3.9", "3.10", "3.11", "3.12"] + python-version: ["3.10", "3.11", "3.12", "3.13"] steps: - uses: "actions/checkout@v4"