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.
1 parent f27a2a0 commit 5f46240Copy full SHA for 5f46240
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