From b162b3ea2eb6561ca4fb4b05cfd94844aa7423dc Mon Sep 17 00:00:00 2001 From: Persson-dev Date: Sun, 7 Dec 2025 16:51:09 +0100 Subject: [PATCH] ff --- xmake.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xmake.lua b/xmake.lua index 3cfe536..8584459 100644 --- a/xmake.lua +++ b/xmake.lua @@ -1,5 +1,5 @@ add_rules("mode.release", "mode.debug") -add_requires("python 3.12.3", "pybind11") +add_requires("pybind11") target("example") set_prefixdir("$(prefixdir)/$(pythondir)", { libdir = "" })