From c46d4cc94b093142c2c3b38ff324f2929e23a4ed Mon Sep 17 00:00:00 2001 From: Olivier Benjamin Date: Fri, 5 Sep 2025 14:55:05 +0200 Subject: [PATCH] README.md: State that the experimental SPDX3 support is write-only. As described in issue #760, the tools do not currently support reading SPDX3.0 documents. This makes it clearer in the README. Signed-off-by: Olivier Benjamin (Schneider Electric) --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 99112ea02..e089bd138 100644 --- a/README.md +++ b/README.md @@ -21,6 +21,8 @@ The main features of v0.8 are: stable at this point, as the spec is still evolving. SPDX3-related code is contained in a separate subpackage "spdx3" and its use is optional. We do not recommend using it in production code yet. +Note that v0.8 only supports **writing**, not **reading** SPDX 3.0 documents. +See [#760](https://github.com/spdx/tools-python/issues/760) for details. # Information