Skip to content

Commit 4058b01

Browse files
committed
use python 3.8 & revert to ubuntu-latest
1 parent da56ee0 commit 4058b01

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -176,11 +176,11 @@ jobs:
176176
test_sdist:
177177
name: Test SDist with python ${{ matrix.python }}
178178
needs: [build_sdist]
179-
runs-on: ubuntu-22.04
179+
runs-on: ubuntu-latest
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)