From 793633e06c4e6e3daab0eca0330c8c611e7c602c Mon Sep 17 00:00:00 2001 From: Lie Ryan Date: Sun, 17 Nov 2024 23:20:35 +1100 Subject: [PATCH] Update GHA Python versions Remove 3.8, add 3.12 --- .github/workflows/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index d764ff43..c37c20ec 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -9,7 +9,7 @@ jobs: strategy: matrix: - python-version: ['3.8', '3.9', '3.10', '3.11', '3.12'] + python-version: ['3.9', '3.10', '3.11', '3.12', '3.13'] os: [ubuntu-latest, windows-latest, macos-latest] fail-fast: false steps: