File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 11class 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"
You can’t perform that action at this time.
0 commit comments