pyproject: use pdm-backend~=2.3.0.

This commit is contained in:
Catherine 2024-05-20 19:49:53 +00:00
parent c1666adf30
commit e2b47c1a9e

View file

@ -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]