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 24a4b1e commit 9c06769Copy full SHA for 9c06769
Formula/lib/libxcb.rb
@@ -20,13 +20,13 @@ class Libxcb < Formula
20
end
21
22
depends_on "pkgconf" => :build
23
- depends_on "python@3.13" => :build # match version in `xcb-proto`
+ depends_on "python@3.14" => :build # match version in `xcb-proto`
24
depends_on "xcb-proto" => :build
25
depends_on "libxau"
26
depends_on "libxdmcp"
27
28
def install
29
- python3 = "python3.13"
+ python3 = "python3.14"
30
31
args = %W[
32
--sysconfdir=#{etc}
0 commit comments