From 1530bdfc2bf980cc8b1f461b8d54bf649a6e73cd Mon Sep 17 00:00:00 2001 From: grossmj Date: Thu, 31 Oct 2024 13:53:25 +1000 Subject: [PATCH] Disable Python 3.13 testing --- .github/workflows/testing.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/testing.yml b/.github/workflows/testing.yml index e8d78d57..c0c31acb 100644 --- a/.github/workflows/testing.yml +++ b/.github/workflows/testing.yml @@ -18,7 +18,7 @@ jobs: strategy: matrix: os: ["ubuntu-latest"] - python-version: ["3.8", "3.9", "3.10", "3.11", "3.12", "3.13"] + python-version: ["3.8", "3.9", "3.10", "3.11", "3.12"] #include: # only test with Python 3.10 on Windows # - os: windows-latest