Skip to content

Commit 7f18920

Browse files
committed
gobject-introspection: migrate to [email protected]
1 parent 24a4b1e commit 7f18920

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Formula/g/gobject-introspection.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ class GobjectIntrospection < Formula
2424
depends_on "glib"
2525
depends_on "pkgconf"
2626
# Ships a `_giscanner.cpython-312-darwin.so`, so needs a specific version.
27-
depends_on "python@3.13"
27+
depends_on "python@3.14"
2828

2929
uses_from_macos "flex" => :build
3030
uses_from_macos "libffi"
@@ -55,7 +55,7 @@ class GobjectIntrospection < Formula
5555
patch :DATA
5656

5757
def install
58-
venv = virtualenv_create(libexec, "python3.13")
58+
venv = virtualenv_create(libexec, "python3.14")
5959
venv.pip_install resources
6060
ENV.prepend_path "PATH", venv.root/"bin"
6161

0 commit comments

Comments
 (0)