diff --git a/pyproject.toml b/pyproject.toml index ab38908ba15..1b920e6713e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -26,7 +26,7 @@ preview = true # NOTE: You don't need this in your own Black configuration. [build-system] -requires = ["hatchling>=1.8.0", "hatch-vcs", "hatch-fancy-pypi-readme"] +requires = ["hatchling @ git+https://github.com/pypa/hatch.git#subdirectory=backend", "hatch-vcs", "hatch-fancy-pypi-readme"] build-backend = "hatchling.build" [project] @@ -166,6 +166,7 @@ MYPYC_DEBUG_LEVEL = "0" # CPython 3.11 wheels aren't available for aiohttp and building a Cython extension # from source also doesn't work. AIOHTTP_NO_EXTENSIONS = "1" +SYSTEM_VERSION_COMPAT = "1" [tool.cibuildwheel.linux] before-build = [