micropython: migrate to python@3.11

Closes #117337.

Signed-off-by: Patrick Linnane <patrick@linnane.io>
Signed-off-by: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com>
master
David Baumgold 2022-12-04 20:40:57 -06:00 committed by BrewTestBot
parent 4cc2efeb2e
commit 944394c7d2
No known key found for this signature in database
GPG Key ID: 82D7D104050B0F0F
1 changed files with 1 additions and 1 deletions

View File

@ -19,7 +19,7 @@ class Micropython < Formula
end
depends_on "pkg-config" => :build
depends_on "python@3.10" # Requires python3 executable
depends_on "python@3.11" # Requires python3 executable
uses_from_macos "libffi", since: :catalina # Requires libffi v3 closure API