Skip to content

Commit 5f46240

Browse files
committed
cmake-language-server: add issue link
1 parent f27a2a0 commit 5f46240

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Formula/c/cmake-language-server.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ class CmakeLanguageServer < Formula
3636
end
3737

3838
def install
39-
# Unpin python for 3.14
39+
# Unpin python for 3.14: https://github.com/regen100/cmake-language-server/pull/104
4040
inreplace "pyproject.toml", 'requires-python = ">=3.8.0,<3.14"', 'requires-python = ">=3.8.0"'
4141
virtualenv_install_with_resources
4242
end

0 commit comments

Comments
 (0)