Skip to content

Commit

Permalink
fix(ci): use python 3.8 instead of python 3.7 to check sdist (#549)
Browse files Browse the repository at this point in the history
  • Loading branch information
mayeut authored Oct 19, 2024
1 parent 6c29a0c commit 7b2405f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -180,7 +180,7 @@ jobs:
strategy:
fail-fast: false
matrix:
python: ["3.7", "3.13"]
python: ["3.8", "3.13"]

steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit 7b2405f

Please sign in to comment.