Skip to content

Commit 7b2405f

Browse files
authored
fix(ci): use python 3.8 instead of python 3.7 to check sdist (#549)
1 parent 6c29a0c commit 7b2405f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -180,7 +180,7 @@ jobs:
180180
strategy:
181181
fail-fast: false
182182
matrix:
183-
python: ["3.7", "3.13"]
183+
python: ["3.8", "3.13"]
184184

185185
steps:
186186
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)