Skip to content

Commit 4779cd7

Browse files
authored
Merge pull request #249992 from Homebrew/cahute-python
cahute: migrate to `[email protected]`
2 parents da8980c + 6577352 commit 4779cd7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Formula/c/cahute.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ class Cahute < Formula
2626

2727
depends_on "cmake" => :build
2828
depends_on "pkgconf" => [:build, :test]
29-
depends_on "python@3.13" => :build
29+
depends_on "python@3.14" => :build
3030
depends_on "libusb"
3131
depends_on "sdl2"
3232

@@ -36,7 +36,7 @@ class Cahute < Formula
3636
end
3737

3838
def python3
39-
"python3.13"
39+
"python3.14"
4040
end
4141

4242
def install

0 commit comments

Comments
 (0)