Skip to content

Commit 6851286

Browse files
committed
python-setuptools: add python@3.14
Signed-off-by: botantony <antonsm21@gmail.com>
1 parent 798b8fb commit 6851286

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Formula/p/python-setuptools.rb

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,14 @@ 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
910
sha256 cellar: :any_skip_relocation, all: "83ebb533c2181540817970579431c38953d9743d68bea5b69799a790d726c4fe"
1011
end
1112

12-
depends_on "python@3.12" => [:build, :test]
1313
depends_on "python@3.13" => [:build, :test]
14+
depends_on "python@3.14" => [:build, :test]
1415

1516
def pythons
1617
deps.map(&:to_formula)

0 commit comments

Comments
 (0)