Skip to content

Commit b475860

Browse files
committed
Use older Ubuntu to test with Python 3.7
1 parent fc0fdb3 commit b475860

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/build.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,10 @@ jobs:
99
fail-fast: false
1010
matrix:
1111
os: [ubuntu-24.04]
12-
python-version: ["3.7", "3.10", "3.11", "3.12", "3.13"]
12+
python-version: ["3.10", "3.11", "3.12", "3.13"]
13+
include:
14+
- os: ubuntu-22.04
15+
python-version: '3.7'
1316
runs-on: ${{ matrix.os }}
1417

1518
steps:

0 commit comments

Comments
 (0)