From 8340946da070ca1755cf635e3c246001dbbac85c Mon Sep 17 00:00:00 2001 From: Dan Date: Sat, 2 Nov 2024 11:21:20 -0400 Subject: [PATCH] Add Python 3.13 --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 986b8bf..0a93986 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -25,7 +25,7 @@ jobs: fail-fast: false matrix: os: [macos-latest, ubuntu-latest, windows-latest] - python-version: ['3.6', '3.7', '3.8', '3.9', '3.10', '3.11', '3.12'] + python-version: ['3.6', '3.7', '3.8', '3.9', '3.10', '3.11', '3.12', '3.13'] exclude: # Python 3.6 is not supported on GitHub-hosted Ubuntu runners as of # Ubuntu 22.04.