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 471cdf3Copy full SHA for 471cdf3
Formula/g/gobject-introspection.rb
@@ -23,8 +23,8 @@ class GobjectIntrospection < Formula
23
depends_on "cairo"
24
depends_on "glib"
25
depends_on "pkgconf"
26
- # Ships a `_giscanner.cpython-312-darwin.so`, so needs a specific version.
27
- depends_on "python@3.13"
+ # Ships a `_giscanner.cpython-314-darwin.so`, so needs a specific version.
+ depends_on "python@3.14"
28
29
uses_from_macos "flex" => :build
30
uses_from_macos "libffi"
@@ -55,7 +55,7 @@ class GobjectIntrospection < Formula
55
patch :DATA
56
57
def install
58
- venv = virtualenv_create(libexec, "python3.13")
+ venv = virtualenv_create(libexec, "python3.14")
59
venv.pip_install resources
60
ENV.prepend_path "PATH", venv.root/"bin"
61
0 commit comments