Skip to content

Commit 0c6a833

Browse files
committed
libsigrokdecode: migrate to [email protected]
1 parent f3057bc commit 0c6a833

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Formula/lib/libsigrokdecode.rb

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -37,16 +37,16 @@ class Libsigrokdecode < Formula
3737
depends_on "pkgconf" => [:build, :test]
3838

3939
depends_on "glib"
40-
depends_on "python@3.13"
40+
depends_on "python@3.14"
4141

4242
on_macos do
4343
depends_on "gettext"
4444
end
4545

4646
def install
47-
# While this doesn't appear much better than hardcoding `3.13`, this allows
47+
# While this doesn't appear much better than hardcoding `3.xy`, this allows
4848
# `brew audit` to catch mismatches between this line and the dependencies.
49-
python = "python3.13"
49+
python = "python3.14"
5050
py_version = Language::Python.major_minor_version(python)
5151

5252
# We should be able to remove this in libsigrokdecode >0.5.3, who will

0 commit comments

Comments
 (0)