Skip to content

Commit a53a3ef

Browse files
committed
use new builder
Signed-off-by: Michele Dolfi <[email protected]>
1 parent d4e0772 commit a53a3ef

File tree

2 files changed

+137
-39
lines changed

2 files changed

+137
-39
lines changed

pyproject.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ Repository = "https://github.com/docling-project/docling-parse"
4444
requires = [
4545
"setuptools>=77.0.3",
4646
"pybind11>=2.13.6",
47-
"cibuildwheel>=2.19.2,<3.0.0",
47+
"cibuildwheel>=2.19.2,<4.0.0",
4848
"wheel>=0.43.0,<1.0.0",
4949
"delocate>=0.11.0,<1.0.0",
5050
"cmake>=3.27.0,<4.0.0"
@@ -55,14 +55,14 @@ build-backend = "setuptools.build_meta"
5555
build = [
5656
"setuptools>=77.0.3",
5757
"pybind11>=2.13.6",
58-
"cibuildwheel>=2.19.2,<3.0.0",
58+
"cibuildwheel>=2.19.2,<4.0.0",
5959
"wheel>=0.43.0,<1.0.0",
6060
"delocate>=0.11.0,<1.0.0",
6161
"cmake>=3.27.0,<4.0.0"
6262
]
6363
dev = [
6464
"pytest>=7.4.2,<8.0.0",
65-
"black[jupyter]>=24.4.2,<25.0.0",
65+
"black[jupyter]>=24.4.2,<26.0.0",
6666
"python-semantic-release>=7.32.2,<8.0.0",
6767
"pre-commit>=3.7.1,<4.0.0",
6868
"isort>=5.10.1,<6.0.0",
@@ -107,7 +107,7 @@ include = ["docling_parse*"]
107107

108108
[tool.black]
109109
line-length = 88
110-
target-version = ["py39", "py310", "py311", "py312", "py313"]
110+
target-version = ["py39", "py310", "py311", "py312", "py313", "py314"]
111111
include = '\.pyi?$'
112112
preview = true
113113

0 commit comments

Comments
 (0)