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
parent
4cc2efeb2e
commit
944394c7d2
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue