From a0cafcd3ed279cb93dd1938c28147dde40ddf467 Mon Sep 17 00:00:00 2001 From: Bill Fisher Date: Wed, 6 Nov 2024 12:23:25 -0700 Subject: [PATCH] Test with python 3.13. --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 3a1be81..15373b0 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -26,7 +26,7 @@ jobs: fail-fast: false matrix: os: [ "ubuntu-latest", "macos-latest", "windows-latest" ] - python-version: [ "3.10", "3.11", "3.12" ] + python-version: [ "3.10", "3.11", "3.12", "3.13" ] steps: - name: Harden Runner