Skip to content

Commit 5cb12f5

Browse files
committed
Remove Python 3.14 Windows CI
1 parent c1ef92c commit 5cb12f5

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.circleci/config.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -252,7 +252,9 @@ workflows:
252252
- windows-wheel:
253253
matrix:
254254
parameters:
255-
python_minor_version: ["10", "11", "12", "13", "14"]
255+
# Add python 3.14 once ckzg releases a wheel
256+
# issue here: https://github.com/ethereum/c-kzg-4844/issues/613
257+
python_minor_version: ["10", "11", "12", "13"]
256258
name: "py3<< matrix.python_minor_version >>-windows-wheel"
257259

258260

0 commit comments

Comments
 (0)