Skip to content

Commit 670d8d4

Browse files
committed
Switch to Ubuntu 24.04 and update Python versions in CI
1 parent 9d27c61 commit 670d8d4

File tree

1 file changed

+7
-4
lines changed

1 file changed

+7
-4
lines changed

.github/workflows/ci.yml

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,15 +8,18 @@ jobs:
88

99
build:
1010

11-
name: ${{ matrix.python-version }}
12-
runs-on: ubuntu-22.04
1311
strategy:
1412
matrix:
13+
os:
14+
- ubuntu-24.04
1515
python-version:
16-
- "3.7"
17-
- "3.8"
1816
- "3.9"
1917
- "3.10"
18+
- "3.11"
19+
- "3.12"
20+
21+
name: Python ${{ matrix.python-version }} on ${{ matrix.os }}
22+
runs-on: ${{ matrix.os }}
2023

2124
steps:
2225

0 commit comments

Comments
 (0)