Skip to content

Commit 87458e7

Browse files
committed
fix: resolve CI failures on python-zeroconf#1784 (attempt 1)
1 parent 71838a2 commit 87458e7

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

pyproject.toml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
[build-system]
2-
requires = ['setuptools>=77.0', 'Cython>=3.0.8', "poetry-core>=2.1.0"]
2+
# Cython 3.3.0 rejects a .pxd declaration whose .py counterpart annotates the
3+
# same argument with a subscripted builtin generic (``set[tuple[str, int, int]]``
4+
# vs ``cython.set``) with "Signature not compatible with previous declaration".
5+
requires = ['setuptools>=77.0', 'Cython>=3.0.8,<3.3', "poetry-core>=2.1.0"]
36
build-backend = "poetry.core.masonry.api"
47

58
[project]

0 commit comments

Comments
 (0)