Skip to content

Commit c91b8c3

Browse files
committed
Add Python 3.14 back to the windows wheel matrix
1 parent 5cb12f5 commit c91b8c3

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.circleci/config.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -252,9 +252,7 @@ workflows:
252252
- windows-wheel:
253253
matrix:
254254
parameters:
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"]
255+
python_minor_version: ["10", "11", "12", "13", "14"]
258256
name: "py3<< matrix.python_minor_version >>-windows-wheel"
259257

260258

0 commit comments

Comments
 (0)