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 36e94bf commit 0197f4dCopy full SHA for 0197f4d
Formula/i/i2c-tools.rb
@@ -17,11 +17,11 @@ class I2cTools < Formula
17
sha256 cellar: :any_skip_relocation, x86_64_linux: "d20107422ff757ff511d2a8099bb04f96cba86e4a0a81081efe7a7c49d02b118"
18
end
19
20
- depends_on "python@3.13" => [:build, :test]
+ depends_on "python@3.14" => [:build, :test]
21
depends_on :linux
22
23
def python3
24
- "python3.13"
+ "python3.14"
25
26
27
def install
0 commit comments