Skip to content

Commit 948def8

Browse files
Update clang requirement from ==17.* to ==19.*
Updates the requirements on [clang](https://github.com/llvm/llvm-project) to permit the latest version. - [Release notes](https://github.com/llvm/llvm-project/releases) - [Commits](llvm/llvm-project@llvmorg-17.0.0-rc1...llvmorg-19.1.7) --- updated-dependencies: - dependency-name: clang dependency-type: direct:development ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 09ddac8 commit 948def8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

requirements-dev.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
black
22
build
3-
clang == 17.*
3+
clang == 19.*
44
cython == 3.*
55
inflection == 0.5.*
66
setuptools

0 commit comments

Comments
 (0)