Skip to content

Commit 9af351c

Browse files
authored
Merge pull request #726 from numpy/typecheck-more-python-versions
2 parents 2511562 + ae2af46 commit 9af351c

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)