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.
[email protected]
1 parent f3057bc commit 0c6a833Copy full SHA for 0c6a833
Formula/lib/libsigrokdecode.rb
@@ -37,16 +37,16 @@ class Libsigrokdecode < Formula
37
depends_on "pkgconf" => [:build, :test]
38
39
depends_on "glib"
40
- depends_on "python@3.13"
+ depends_on "python@3.14"
41
42
on_macos do
43
depends_on "gettext"
44
end
45
46
def install
47
- # While this doesn't appear much better than hardcoding `3.13`, this allows
+ # While this doesn't appear much better than hardcoding `3.xy`, this allows
48
# `brew audit` to catch mismatches between this line and the dependencies.
49
- python = "python3.13"
+ python = "python3.14"
50
py_version = Language::Python.major_minor_version(python)
51
52
# We should be able to remove this in libsigrokdecode >0.5.3, who will
0 commit comments