From 58d2eb642b46602855df8b3bfb490cf2abca497b Mon Sep 17 00:00:00 2001 From: William Jamieson Date: Tue, 26 Nov 2024 16:04:54 -0500 Subject: [PATCH] Disable 3.13 testing until we support 3.13 --- .github/workflows/roman_ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/roman_ci.yml b/.github/workflows/roman_ci.yml index 3689d639e..ccdff2207 100644 --- a/.github/workflows/roman_ci.yml +++ b/.github/workflows/roman_ci.yml @@ -83,4 +83,4 @@ jobs: - linux: py312-webbpsf-cov coverage: codecov pytest-results-summary: true - - linux: py313-webbpsf + # - linux: py313-webbpsf # Distabled until we support Python 3.13