Skip to content

Commit 53993c0

Browse files
Don't skip Python 3.14 build
1 parent fb90ec6 commit 53993c0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-exiv2-wheels-prebuilt.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ jobs:
5757
CIBW_MANYLINUX_X86_64_IMAGE: manylinux_2_34
5858
CIBW_MANYLINUX_AARCH64_IMAGE: manylinux_2_34
5959
CIBW_BUILD: "cp*"
60-
CIBW_SKIP: "*musllinux* cp314*"
60+
CIBW_SKIP: "*musllinux*"
6161
CIBW_BEFORE_ALL_MACOS: brew install inih
6262
CIBW_TEST_COMMAND: >
6363
python -m exiv2 -v &&

0 commit comments

Comments
 (0)