Skip to content

Commit d7543a9

Browse files
committed
update CI versions
1 parent dd83aeb commit d7543a9

File tree

1 file changed

+9
-8
lines changed

1 file changed

+9
-8
lines changed

.github/workflows/ci.yaml

+9-8
Original file line numberDiff line numberDiff line change
@@ -2,21 +2,22 @@ name: CI
22

33
on:
44
push:
5-
branches: ['*']
5+
branches: ["*"]
66
pull_request:
7-
branches: ['*']
7+
branches: ["*"]
88

99
jobs:
1010
build:
1111
strategy:
1212
matrix:
1313
platform: [ubuntu-latest, windows-latest]
14-
python-version: [3.8, 3.9, "3.10", "3.11", "3.12"]
15-
exclude: [
16-
{platform: windows-latest, python-version: "3.9"},
17-
{platform: windows-latest, python-version: "3.10"},
18-
{platform: windows-latest, python-version: "3.11"}
19-
]
14+
python-version: [3.9, "3.10", "3.11", "3.12", "3.13"]
15+
exclude:
16+
[
17+
{ platform: windows-latest, python-version: "3.10" },
18+
{ platform: windows-latest, python-version: "3.11" },
19+
{ platform: windows-latest, python-version: "3.12" },
20+
]
2021

2122
runs-on: ${{ matrix.platform }}
2223

0 commit comments

Comments
 (0)