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 7f18920Copy full SHA for 7f18920
Formula/g/gobject-introspection.rb
@@ -24,7 +24,7 @@ class GobjectIntrospection < Formula
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"
+ 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