mirror of
https://github.com/isledecomp/isle-portable.git
synced 2026-01-10 18:21:14 +00:00
Bump Python to 3.12 (#625)
This commit is contained in:
parent
10d4142c39
commit
55a3ad71c6
@ -88,7 +88,7 @@ persistent=yes
|
|||||||
|
|
||||||
# Minimum Python version to use for version dependent checks. Will default to
|
# Minimum Python version to use for version dependent checks. Will default to
|
||||||
# the version used to run pylint.
|
# the version used to run pylint.
|
||||||
py-version=3.11
|
py-version=3.12
|
||||||
|
|
||||||
# Discover python modules and packages in the file system subtree.
|
# Discover python modules and packages in the file system subtree.
|
||||||
recursive=no
|
recursive=no
|
||||||
|
|||||||
@ -39,7 +39,7 @@ else()
|
|||||||
endif()
|
endif()
|
||||||
|
|
||||||
find_program(SDL_SHADERCROSS_BIN NAMES "shadercross")
|
find_program(SDL_SHADERCROSS_BIN NAMES "shadercross")
|
||||||
find_package(Python3 3.11 COMPONENTS Interpreter)
|
find_package(Python3 3.12 COMPONENTS Interpreter)
|
||||||
|
|
||||||
option(ISLE_BUILD_APP "Build isle application" ON)
|
option(ISLE_BUILD_APP "Build isle application" ON)
|
||||||
option(ISLE_ASAN "Enable Address Sanitizer" OFF)
|
option(ISLE_ASAN "Enable Address Sanitizer" OFF)
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user