From a41fceaaf42dd92ef3d70fa336adc5d0de98cfe1 Mon Sep 17 00:00:00 2001 From: Adam Goldsmith Date: Wed, 21 Jun 2023 14:09:00 -0400 Subject: [PATCH] Use `compatible` version save strategy in PDM --- pdm.toml | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 pdm.toml diff --git a/pdm.toml b/pdm.toml new file mode 100644 index 0000000..5643f26 --- /dev/null +++ b/pdm.toml @@ -0,0 +1,2 @@ +[strategy] +save = "compatible"