changeset 206:da0fd5a2ac33

update pdm
author drewp@bigasterisk.com
date Fri, 07 Jul 2023 16:11:58 -0700
parents 826db3c40fa7
children 2ce1a255a9da
files packages.py
diffstat 1 files changed, 2 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/packages.py	Fri Jul 07 16:11:41 2023 -0700
+++ b/packages.py	Fri Jul 07 16:11:58 2023 -0700
@@ -34,7 +34,8 @@
 
 
 def pdm():
-    server.shell(["pip install 'pdm==2.7.4'"])
+    # https://github.com/pdm-project/pdm/blob/main/CHANGELOG.md
+    server.shell(["pip install --break-system-packages 'pdm==2.8.0a2'"])
 
 
 def proper_locate():