Skip to content

Commit 4769e2b

Browse files
Merge pull request #52 from jim-easterbrook/workflow
Don't skip Python 3.14 build
2 parents 3ea65d8 + 53993c0 commit 4769e2b

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)