From 0eca29983aee184a648d1a939ec87c40f1e7366d Mon Sep 17 00:00:00 2001 From: Jacquelyn Smale <34557291+jacquelynsmale@users.noreply.github.com> Date: Tue, 10 Oct 2023 13:49:55 -0800 Subject: [PATCH] Update .github/workflows/reusable-pytest.yml Co-authored-by: Joseph H Kennedy --- .github/workflows/reusable-pytest.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/reusable-pytest.yml b/.github/workflows/reusable-pytest.yml index b2e30cb..9068730 100644 --- a/.github/workflows/reusable-pytest.yml +++ b/.github/workflows/reusable-pytest.yml @@ -7,7 +7,7 @@ on: python_versions: required: false default: >- - ["3.8", "3.9", "3.10", "3.12"] + ["3.9", "3.10", "3.11", "3.12"] description: JSON string containing the list of python versions to test type: string fail_fast: