Skip to content

Commit ae2af46

Browse files
committed
👷 include py312 and py314 in the typecheck matrices
1 parent 2511562 commit ae2af46

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

‎.github/workflows/ci.yml‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ jobs:
5050
strategy:
5151
fail-fast: false
5252
matrix:
53-
py: ["3.11", "3.13"]
53+
py: ["3.11", "3.12", "3.13", "3.14"]
5454
steps:
5555
- uses: actions/[email protected]
5656

@@ -67,7 +67,7 @@ jobs:
6767
strategy:
6868
fail-fast: false
6969
matrix:
70-
py: ["3.11", "3.13"]
70+
py: ["3.11", "3.12", "3.13", "3.14"]
7171
steps:
7272
- uses: actions/[email protected]
7373

0 commit comments

Comments
 (0)