From 7d8d97ef15933a9b4b31c9c52772bfd5038cf5a4 Mon Sep 17 00:00:00 2001 From: Ross Barnowski Date: Sun, 10 Nov 2024 22:01:01 -0800 Subject: [PATCH] Bump minimum Python version to 3.11 and add 3.13. --- .github/workflows/notebooks.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/notebooks.yml b/.github/workflows/notebooks.yml index ad607227..d9244566 100644 --- a/.github/workflows/notebooks.yml +++ b/.github/workflows/notebooks.yml @@ -19,7 +19,7 @@ jobs: max-parallel: 12 matrix: os: [Ubuntu-22.04, macOS-latest] - python-version: ["3.10", "3.11", "3.12"] + python-version: ["3.11", "3.12", "3.13"] steps: - uses: actions/checkout@v4