Skip to content

Commit

Permalink
Test for python 3.9 as well
Browse files Browse the repository at this point in the history
  • Loading branch information
treff7es committed Dec 13, 2024
1 parent d0fb3e5 commit cd5594a
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/dagster-plugin.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,10 @@ jobs:
DATAHUB_TELEMETRY_ENABLED: false
strategy:
matrix:
python-version: ["3.10"]
python-version: ["3.9", "3.10"]
include:
- python-version: "3.9"
extraPythonRequirement: "dagster>=1.3.3"
- python-version: "3.10"
extraPythonRequirement: "dagster>=1.3.3"
fail-fast: false
Expand Down

0 comments on commit cd5594a

Please sign in to comment.