From 0c8d8e581f6291c5eb6f8de78e39944674373d5d Mon Sep 17 00:00:00 2001 From: ljstella Date: Mon, 7 Oct 2024 15:06:08 -0500 Subject: [PATCH] Added python 3.13 to End to End testing --- .github/workflows/testEndToEnd.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/testEndToEnd.yml b/.github/workflows/testEndToEnd.yml index 29e0958e..54e80065 100644 --- a/.github/workflows/testEndToEnd.yml +++ b/.github/workflows/testEndToEnd.yml @@ -11,7 +11,7 @@ jobs: strategy: fail-fast: false matrix: - python_version: ["3.11", "3.12"] + python_version: ["3.11", "3.12", "3.13"] operating_system: ["ubuntu-20.04", "ubuntu-22.04", "macos-latest", "macos-14", "windows-2022"] #operating_system: ["ubuntu-20.04", "ubuntu-22.04", "macos-latest"]