We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 7bd5b54 + 5f46240 commit 2020662Copy full SHA for 2020662
Formula/c/cmake-language-server.rb
@@ -36,7 +36,7 @@ class CmakeLanguageServer < Formula
36
end
37
38
def install
39
- # Unpin python for 3.14
+ # Unpin python for 3.14: https://github.com/regen100/cmake-language-server/pull/104
40
inreplace "pyproject.toml", 'requires-python = ">=3.8.0,<3.14"', 'requires-python = ">=3.8.0"'
41
virtualenv_install_with_resources
42
0 commit comments