diff --git a/overrides/build-systems.json b/overrides/build-systems.json index 62d57b427..f8f301fa5 100644 --- a/overrides/build-systems.json +++ b/overrides/build-systems.json @@ -924,8 +924,26 @@ "setuptools" ], "argon2-cffi": [ - "flitBuildHook", - "setuptools" + { + "buildSystem": "flitBuildHook", + "until": "23.1.0" + }, + { + "buildSystem": "setuptools", + "until": "23.1.0" + }, + { + "buildSystem": "hatchling", + "from": "23.1.0" + }, + { + "buildSystem": "hatch-fancy-pypi-readme", + "from": "23.1.0" + }, + { + "buildSystem": "hatch-vcs", + "from": "23.1.0" + } ], "argon2-cffi-bindings": [ "setuptools",