From e1291cf5da1c4f26d0337e05191277dac4fac388 Mon Sep 17 00:00:00 2001 From: Brett Date: Tue, 8 Oct 2024 08:34:27 -0400 Subject: [PATCH] test with python 3.13 --- .github/workflows/roman_ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/roman_ci.yml b/.github/workflows/roman_ci.yml index 9c4df6bc3..59f2e0941 100644 --- a/.github/workflows/roman_ci.yml +++ b/.github/workflows/roman_ci.yml @@ -84,3 +84,4 @@ jobs: coverage: codecov pytest-results-summary: true - linux: py312-webbpsf + - linux: py313-webbpsf