Skip to content

Commit

Permalink
texlive: migrate to [email protected]
Browse files Browse the repository at this point in the history
  • Loading branch information
Moisan committed Jan 26, 2025
1 parent b028692 commit 66add4b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Formula/t/texlive.rb
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ class Texlive < Formula
depends_on "pixman"
depends_on "potrace"
depends_on "pstoedit"
depends_on "python@3.12"
depends_on "python@3.13"

uses_from_macos "ncurses"
uses_from_macos "ruby"
Expand Down Expand Up @@ -350,7 +350,7 @@ class Texlive < Formula
end

def install
python3 = "python3.12"
python3 = "python3.13"
venv = virtualenv_create(libexec, python3)
venv.pip_install resource("pygments")

Expand Down

0 comments on commit 66add4b

Please sign in to comment.