From 4acaef70dcb3f326d534937fb8ac019e5a298592 Mon Sep 17 00:00:00 2001 From: Alex Nelson Date: Wed, 27 Nov 2024 13:04:11 -0500 Subject: [PATCH] Bump CI to Python 3.13 Signed-off-by: Alex Nelson --- .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 9281610..783434f 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -11,7 +11,7 @@ jobs: matrix: python-version: - '3.9' - - '3.12' + - '3.13' steps: - name: Checkout Repository