diff --git a/.github/workflows/prefect-plugin.yml b/.github/workflows/prefect-plugin.yml index 47bf417029330e..09af0ad3f354a3 100644 --- a/.github/workflows/prefect-plugin.yml +++ b/.github/workflows/prefect-plugin.yml @@ -31,9 +31,10 @@ jobs: DATAHUB_TELEMETRY_ENABLED: false strategy: matrix: - python-version: ["3.7", "3.10"] + python-version: ["3.8", "3.9", "3.10"] include: - - python-version: "3.7" + - python-version: "3.8" + - python-version: "3.9" - python-version: "3.10" fail-fast: false steps: