Skip to content

Commit 762ddc6

Browse files
Update pull-request.yml
Change python version for macos build from 3.8 to 3.9
1 parent 9d38ef5 commit 762ddc6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pull-request.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
build_macos:
3636
strategy:
3737
matrix:
38-
python-version: [3.8, 3.11]
38+
python-version: [3.9, 3.11]
3939
runs-on: macos-latest
4040
steps:
4141
- uses: actions/checkout@v3

0 commit comments

Comments
 (0)