Skip to content

Commit d43fd13

Browse files
committed
python-freethreading 3.13.2
1 parent 97f4569 commit d43fd13

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Formula/p/python-freethreading.rb

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
class PythonFreethreading < Formula
22
desc "Interpreted, interactive, object-oriented programming language"
33
homepage "https://www.python.org/"
4-
url "https://www.python.org/ftp/python/3.13.1/Python-3.13.1.tgz"
5-
sha256 "1513925a9f255ef0793dbf2f78bb4533c9f184bdd0ad19763fd7f47a400a7c55"
4+
url "https://www.python.org/ftp/python/3.13.2/Python-3.13.2.tgz"
5+
sha256 "b8d79530e3b7c96a5cb2d40d431ddb512af4a563e863728d8713039aa50203f9"
66
license "Python-2.0"
77

88
livecheck do
@@ -27,7 +27,7 @@ class PythonFreethreading < Formula
2727
# not actually used, we just want this installed to ensure there are no conflicts.
2828
uses_from_macos "python" => :test
2929
uses_from_macos "bzip2"
30-
uses_from_macos "expat"
30+
uses_from_macos "expat", since: :sequoia
3131
uses_from_macos "libedit"
3232
uses_from_macos "libffi", since: :catalina
3333
uses_from_macos "libxcrypt"

0 commit comments

Comments
 (0)