pytouhou: migrate to python@3.11

Closes #119087.

Signed-off-by: Rui Chen <rui@chenrui.dev>
Signed-off-by: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com>
master
ryenus 2022-12-26 17:29:09 +08:00 committed by BrewTestBot
parent 92feabf693
commit a92d077f10
No known key found for this signature in database
GPG Key ID: 82D7D104050B0F0F
1 changed files with 2 additions and 2 deletions

View File

@ -24,7 +24,7 @@ class Pytouhou < Formula
depends_on "libepoxy"
depends_on "py3cairo"
depends_on "pygobject3"
depends_on "python@3.10"
depends_on "python@3.11"
depends_on "sdl2"
depends_on "sdl2_image"
depends_on "sdl2_mixer"
@ -35,7 +35,7 @@ class Pytouhou < Formula
patch :p0, :DATA
def install
python = "python3.10"
python = "python3.11"
ENV.prepend_path "PYTHONPATH", Formula["libcython"].opt_libexec/Language::Python.site_packages(python)
# hg can't determine revision number (no .hg on the stage)