Skip to content

Commit

Permalink
Update pull-request.yml
Browse files Browse the repository at this point in the history
Change python version for macos build from 3.8 to 3.9
  • Loading branch information
JustinWonjaePark authored Feb 6, 2025
1 parent 9d38ef5 commit 762ddc6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pull-request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
build_macos:
strategy:
matrix:
python-version: [3.8, 3.11]
python-version: [3.9, 3.11]
runs-on: macos-latest
steps:
- uses: actions/checkout@v3
Expand Down

0 comments on commit 762ddc6

Please sign in to comment.