Skip to content

Commit

Permalink
drop 3.8 from branch ci
Browse files Browse the repository at this point in the history
  • Loading branch information
bjia56 authored Jan 27, 2024
1 parent 968d091 commit c085082
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build_python_on_branch.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
strategy:
fail-fast: false
matrix:
python_version: [ 3.8.17, 3.9.17, 3.10.13 ]
python_version: [ 3.9.17, 3.10.13 ]
uses: ./.github/workflows/build_python.yml
with:
python_version: ${{ matrix.python_version }}
python_version: ${{ matrix.python_version }}

0 comments on commit c085082

Please sign in to comment.