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: