Skip to content

Commit bac6dcf

Browse files
authored
fix: resolve crash when compiled with cython 3.1 (#300)
1 parent 629bc86 commit bac6dcf

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[build-system]
2-
requires = ['setuptools>=77.0', 'Cython>=3,<3.1', "poetry-core>=2.0.0"]
2+
requires = ['setuptools>=77.0', 'Cython>=3', "poetry-core>=2.0.0"]
33
build-backend = "poetry.core.masonry.api"
44

55
[project]

src/habluetooth/scanner.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
# cython: profile=True
21
"""A local bleak scanner."""
32

43
from __future__ import annotations

0 commit comments

Comments
 (0)