Skip to content

Commit 798925f

Browse files
authored
👷 typetest with Python 3.14 (#915)
2 parents d7232b6 + 12df173 commit 798925f

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

‎.github/workflows/ci.yml‎

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ jobs:
115115
strategy:
116116
fail-fast: false
117117
matrix:
118-
py: ["3.11", "3.12", "3.13"]
118+
py: ["3.11", "3.12", "3.13", "3.14"]
119119
np: ["1.25", "2.0", "2.1", "2.2", "2.3"]
120120
exclude:
121121
- py: "3.12"
@@ -124,6 +124,14 @@ jobs:
124124
np: "1.25"
125125
- py: "3.13"
126126
np: "2.0"
127+
- py: "3.14"
128+
np: "1.25"
129+
- py: "3.14"
130+
np: "2.0"
131+
- py: "3.14"
132+
np: "2.1"
133+
- py: "3.14"
134+
np: "2.2"
127135

128136
steps:
129137
- uses: actions/[email protected]

0 commit comments

Comments
 (0)