Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Formula/n/nuitka.rb
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
end

depends_on "ccache"
depends_on "python@3.13"
depends_on "python@3.14"

on_linux do
depends_on "patchelf"
Expand All @@ -38,7 +38,7 @@
man1.install Dir["doc/*.1"]
end

test do

Check failure on line 41 in Formula/n/nuitka.rb

View workflow job for this annotation

GitHub Actions / macOS 15-arm64

`brew test --verbose nuitka` failed on macOS Sequoia (15) on Apple Silicon!

/opt/homebrew/Library/Homebrew/test.rb:59:in '<main>'
(testpath/"test.py").write <<~EOS
def talk(message):
return "Talk " + message
Expand Down
Loading