From aff1514e0fe1b7c95cc1489d8412ed45abb53682 Mon Sep 17 00:00:00 2001 From: jacquelynsmale Date: Tue, 10 Oct 2023 11:46:29 -0800 Subject: [PATCH] add actual github workflow --- .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 4cf7c6f..b2e30cb 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.8", "3.9", "3.10", "3.12"] description: JSON string containing the list of python versions to test type: string fail_fast: