node@16: migrate to python@3.11

Closes #117340.

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:45:13 -06:00 committed by BrewTestBot
parent bd83eab2b3
commit 02e9c6cf50
No known key found for this signature in database
GPG Key ID: 82D7D104050B0F0F
1 changed files with 2 additions and 2 deletions

View File

@ -27,7 +27,7 @@ class NodeAT16 < Formula
# disable! date: "2023-09-11", because: :unsupported
depends_on "pkg-config" => :build
depends_on "python@3.10" => :build
depends_on "python@3.11" => :build
depends_on "brotli"
depends_on "c-ares"
depends_on "icu4c"
@ -46,7 +46,7 @@ class NodeAT16 < Formula
fails_with gcc: "5"
def install
python3 = "python3.10"
python3 = "python3.11"
# make sure subprocesses spawned by make are using our Python 3
ENV["PYTHON"] = which(python3)