Skip to content

Commit 5da54e1

Browse files
cornahenryiii
authored andcommitted
Replace clang with libclang
1 parent 227d8ba commit 5da54e1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ classifiers = [
1818
"Operating System :: POSIX",
1919
"Operating System :: MacOS"
2020
]
21-
requires = ["clang<19"]
21+
requires = ["libclang"]
2222
requires-python = ">=3.6"
2323

2424
[tool.flit.scripts]

0 commit comments

Comments
 (0)