We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
python@3.14
1 parent 798b8fb commit 6851286Copy full SHA for 6851286
Formula/p/python-setuptools.rb
@@ -4,13 +4,14 @@ class PythonSetuptools < Formula
4
url "https://files.pythonhosted.org/packages/18/5d/3bf57dcd21979b887f014ea83c24ae194cfcd12b9e0fda66b957c69d1fca/setuptools-80.9.0.tar.gz"
5
sha256 "f36b47402ecde768dbfafc46e8e4207b4360c654f1f3bb84475f0a28628fb19c"
6
license "MIT"
7
+ revision 1
8
9
bottle do
10
sha256 cellar: :any_skip_relocation, all: "83ebb533c2181540817970579431c38953d9743d68bea5b69799a790d726c4fe"
11
end
12
- depends_on "python@3.12" => [:build, :test]
13
depends_on "python@3.13" => [:build, :test]
14
+ depends_on "python@3.14" => [:build, :test]
15
16
def pythons
17
deps.map(&:to_formula)
0 commit comments