Skip to content

Commit b085c20

Browse files
authored
Merge pull request #247604 from Homebrew/setuptools-python-3.14
python-setuptools: add `python@3.14`
2 parents a3299bc + 07f93fe commit b085c20

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

Formula/p/python-setuptools.rb

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,15 @@ class PythonSetuptools < Formula
44
url "https://files.pythonhosted.org/packages/18/5d/3bf57dcd21979b887f014ea83c24ae194cfcd12b9e0fda66b957c69d1fca/setuptools-80.9.0.tar.gz"
55
sha256 "f36b47402ecde768dbfafc46e8e4207b4360c654f1f3bb84475f0a28628fb19c"
66
license "MIT"
7+
revision 1
78

89
bottle do
9-
sha256 cellar: :any_skip_relocation, all: "83ebb533c2181540817970579431c38953d9743d68bea5b69799a790d726c4fe"
10+
sha256 cellar: :any_skip_relocation, all: "90d1373d4b921632e3da896be98326b463867c0a4f9e742c6a98c09caae96fd7"
1011
end
1112

1213
depends_on "python@3.12" => [:build, :test]
1314
depends_on "python@3.13" => [:build, :test]
15+
depends_on "python@3.14" => [:build, :test]
1416

1517
def pythons
1618
deps.map(&:to_formula)
Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
[
22
"davmail",
33
"meson",
4-
"rabbitmq"
4+
"rabbitmq",
5+
"python-setuptools"
56
]

0 commit comments

Comments
 (0)