From cce5cef823713760fe9af176bd5f59f629c50fd5 Mon Sep 17 00:00:00 2001 From: karmacoma Date: Wed, 25 Sep 2024 16:15:43 -0700 Subject: [PATCH] rye sync universal --- pyproject.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/pyproject.toml b/pyproject.toml index 5d1e4d7..0ae4ab7 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -25,6 +25,7 @@ build-backend = "pdm.backend" [tool.rye] managed = true +universal = true # generate cross-platform lockfiles dev-dependencies = [ "pyright>=1.1.377", "pytest>=8.3.2",