diff --git a/pyproject.toml b/pyproject.toml index 50a0088..95d6cb5 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -2,7 +2,7 @@ requires = [ "setuptools", "scikit-build-core>=0.10.7, < 0.11", - "pybind11>=2.13.6, < 2.14" + "pybind11>= 2.13.6, < 3.1" ] build-backend = "scikit_build_core.setuptools.build_meta" diff --git a/requirements.txt b/requirements.txt index 7c7db3e..b93ff9d 100644 --- a/requirements.txt +++ b/requirements.txt @@ -6,4 +6,4 @@ skytemple-3rdparty-typestubs==1.1.1 ruff mypy typing_extensions >= 4.0; python_version < "3.11" -pybind11==2.13.6 \ No newline at end of file +pybind11==3.0.1 \ No newline at end of file