Skip to content

Commit 054265b

Browse files
committed
tfel: migrate to python@3.13
1 parent 60de5a6 commit 054265b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Formula/t/tfel.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ class Tfel < Formula
44
url "https://github.com/thelfer/tfel/archive/refs/tags/TFEL-4.2.2.tar.gz"
55
sha256 "021864ad5b27ffce1915bcacc8f39f3e8a72ce6bd32e80a61ea0998a060180e5"
66
license "GPL-1.0-or-later"
7-
revision 1
7+
revision 2
88
head "https://github.com/thelfer/tfel.git", using: :git, branch: "master"
99

1010
bottle do
@@ -19,7 +19,7 @@ class Tfel < Formula
1919
depends_on "cmake" => :build
2020
depends_on "gcc" => :build
2121
depends_on "boost-python3"
22-
depends_on "python@3.12"
22+
depends_on "python@3.13"
2323

2424
def install
2525
args = [

0 commit comments

Comments
 (0)