File tree Expand file tree Collapse file tree 1 file changed +7
-1
lines changed Expand file tree Collapse file tree 1 file changed +7
-1
lines changed Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ class Spidermonkey < Formula
2525
2626 depends_on "cbindgen" => :build
2727 depends_on "pkgconf" => :build
28- depends_on "python@3.13 " => :build
28+ depends_on "python@3.14 " => :build
2929 depends_on "rust" => :build
3030 depends_on "icu4c@77"
3131 depends_on "nspr"
@@ -60,6 +60,12 @@ class Spidermonkey < Formula
6060 sha256 "5c2a8c804322ccacbc37f152a4a3d48a5fc2becffb1720a41e32c03899af0be6"
6161 end
6262
63+ # Backport support for Python 3.14
64+ patch do
65+ url "https://github.com/mozilla-firefox/firefox/commit/d497aa4f770ca02f6083e93b94996a8fe32c2ff4.patch?full_index=1"
66+ sha256 "026f91a56cd60907a87c62dd4143eac8300d6fc7433b94888229c632a43c34bf"
67+ end
68+
6369 def install
6470 ENV . runtime_cpu_detection
6571
You can’t perform that action at this time.
0 commit comments