Skip to content

Commit

Permalink
add python 3.10 to matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
ITProKyle committed Sep 24, 2024
1 parent df89489 commit fd95a74
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
python-checks:
strategy:
matrix:
python-version: [3.11, 3.12]
python-version: [3.10, 3.11, 3.12]
uses: finleyfamily/workflows/.github/workflows/python.checks.yml@master
with:
python-version: ${{ matrix.python-version }}
Expand Down

0 comments on commit fd95a74

Please sign in to comment.