From e2b47c1a9ea319f8165d00363768654f85d23eb1 Mon Sep 17 00:00:00 2001 From: Catherine Date: Mon, 20 May 2024 19:49:53 +0000 Subject: [PATCH] pyproject: use pdm-backend~=2.3.0. --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index dcfdec6..6ae0274 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -44,7 +44,7 @@ amaranth-rpc = "amaranth.rpc:main" # Build system configuration [build-system] -requires = ["pdm-backend @ git+https://github.com/pdm-project/pdm-backend@885bc8d9b75d068a34b2df86c6324c5fdf5c0cc8"] +requires = ["pdm-backend~=2.3.0"] build-backend = "pdm.backend" [tool.pdm]