Skip to content

Commit 60de5a6

Browse files
committed
rdkit: migrate to python@3.13
1 parent f4abddd commit 60de5a6

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Formula/r/rdkit.rb

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ class Rdkit < Formula
55
url "https://github.com/rdkit/rdkit/archive/refs/tags/Release_2024_09_3.tar.gz"
66
sha256 "5d6a44be526e26ae80bb225df4bb0344e52c502b7f874ee824cfb2dc01adafeb"
77
license "BSD-3-Clause"
8-
revision 1
8+
revision 2
99
head "https://github.com/rdkit/rdkit.git", branch: "master"
1010

1111
livecheck do
@@ -40,10 +40,10 @@ class Rdkit < Formula
4040
depends_on "maeparser"
4141
depends_on "numpy"
4242
depends_on "py3cairo"
43-
depends_on "python@3.12"
43+
depends_on "python@3.13"
4444

4545
def python3
46-
"python3.12"
46+
"python3.13"
4747
end
4848

4949
def postgresqls

0 commit comments

Comments
 (0)