Skip to content

Conversation

@branchvincent
Copy link
Member

@branchvincent branchvincent commented Oct 24, 2025

  • Have you followed the guidelines for contributing?
  • Have you ensured that your commits follow the commit style guide?
  • Have you checked that there aren't other open pull requests for the same formula update/change?
  • Have you built your formula locally with HOMEBREW_NO_INSTALL_FROM_API=1 brew install --build-from-source <formula>, where <formula> is the name of the formula you're submitting?
  • Is your test running fine brew test <formula>, where <formula> is the name of the formula you're submitting?
  • Does your build pass brew audit --strict <formula> (after doing HOMEBREW_NO_INSTALL_FROM_API=1 brew install --build-from-source <formula>)? If this is a new formula, does it pass brew audit --new <formula>?

Latest pytorch release has 3.14 wheels, so let's try this out

$ curl -s https://pypi.org/pypi/torch/json | jq '.releases."2.9.0"' | grep cp314-macos
    "filename": "torch-2.9.0-cp314-cp314-macosx_11_0_arm64.whl",
    "url": "https://files.pythonhosted.org/packages/5c/73/9f70af34b334a7e0ef496ceec96b7ec767bd778ea35385ce6f77557534d1/torch-2.9.0-cp314-cp314-macosx_11_0_arm64.whl",

@github-actions github-actions bot added the long build Set a long timeout for formula testing label Oct 24, 2025
@branchvincent
Copy link
Member Author

Need numba/numba#9957

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

CI-no-fail-fast Continue CI tests despite failing GitHub Actions matrix builds. long build Set a long timeout for formula testing python-3.14-migration

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant