Skip to content

Commit

Permalink
ci: add python 3.9 to qa matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
gmertes committed Jan 13, 2025
1 parent 90728d5 commit e834064
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/python-pull-request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
checks:
strategy:
matrix:
python-version: ["3.10", "3.11", "3.12"]
python-version: ["3.9", "3.10", "3.11", "3.12"]
uses: ecmwf-actions/reusable-workflows/.github/workflows/qa-pytest-pyproject.yml@v2
with:
python-version: ${{ matrix.python-version }}

0 comments on commit e834064

Please sign in to comment.