Bump the required Python version to 3.11

This commit is contained in:
Jesse Talavera 2024-03-10 18:06:03 -04:00
parent f9ceee0c10
commit d124c75e06

View File

@ -1,4 +1,4 @@
find_package(Python3 3.10 REQUIRED COMPONENTS Interpreter)
find_package(Python3 3.11 REQUIRED)
find_package(PythonModules COMPONENTS libretro)
# TODO: Make this required once libretro.py is on PyPI