Skip to content

Commit

Permalink
Bring back 3.9 3.10
Browse files Browse the repository at this point in the history
  • Loading branch information
bjia56 authored Mar 12, 2024
1 parent 6bb8d8a commit 1efb798
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build_python_on_branch.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
strategy:
fail-fast: false
matrix:
python_version: [ 3.11.7 ]
python_version: [ 3.9.18, 3.10.13, 3.11.7 ]
uses: ./.github/workflows/build_python.yml
with:
python_version: ${{ matrix.python_version }}
Expand Down

0 comments on commit 1efb798

Please sign in to comment.