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.
python@3.13
1 parent 60de5a6 commit 054265bCopy full SHA for 054265b
Formula/t/tfel.rb
@@ -4,7 +4,7 @@ class Tfel < Formula
4
url "https://github.com/thelfer/tfel/archive/refs/tags/TFEL-4.2.2.tar.gz"
5
sha256 "021864ad5b27ffce1915bcacc8f39f3e8a72ce6bd32e80a61ea0998a060180e5"
6
license "GPL-1.0-or-later"
7
- revision 1
+ revision 2
8
head "https://github.com/thelfer/tfel.git", using: :git, branch: "master"
9
10
bottle do
@@ -19,7 +19,7 @@ class Tfel < Formula
19
depends_on "cmake" => :build
20
depends_on "gcc" => :build
21
depends_on "boost-python3"
22
- depends_on "python@3.12"
+ depends_on "python@3.13"
23
24
def install
25
args = [
0 commit comments