Skip to content

Commit 0197f4d

Browse files
committed
i2c-tools: migrate to [email protected]
1 parent 36e94bf commit 0197f4d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Formula/i/i2c-tools.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,11 +17,11 @@ class I2cTools < Formula
1717
sha256 cellar: :any_skip_relocation, x86_64_linux: "d20107422ff757ff511d2a8099bb04f96cba86e4a0a81081efe7a7c49d02b118"
1818
end
1919

20-
depends_on "python@3.13" => [:build, :test]
20+
depends_on "python@3.14" => [:build, :test]
2121
depends_on :linux
2222

2323
def python3
24-
"python3.13"
24+
"python3.14"
2525
end
2626

2727
def install

0 commit comments

Comments
 (0)