From 83f1433c8b7bff74c11e7390164205cfb592c416 Mon Sep 17 00:00:00 2001 From: Ayan Sinha Mahapatra Date: Fri, 25 Oct 2024 16:08:24 +0700 Subject: [PATCH] Update README and setup.cfg with correct versions Signed-off-by: Ayan Sinha Mahapatra --- README.rst | 6 +++--- setup.cfg | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.rst b/README.rst index 6450f43..24dcb67 100644 --- a/README.rst +++ b/README.rst @@ -7,7 +7,7 @@ simplify and normalize license expressions (such as SPDX license expressions) using boolean logic. - License: Apache-2.0 -- Python: 3.8+ +- Python: 3.9+ - Homepage: https://github.com/aboutcode-org/license-expression/ - Install: `pip install license-expression` also available in most Linux distro. @@ -25,8 +25,8 @@ SPDX and SBOM in general) as a way to express licensing precisely. simplify and normalize these license expressions (such as SPDX license expressions) using boolean logic like in: `GPL-2.0-or-later WITH Classpath-exception-2.0 AND MIT`. -It includes the license keys from SPDX https://spdx.org/licenses/ (version 3.23) -and ScanCode license DB (version 32.0.8, last published on 2023-02-27). +It includes the license keys from SPDX https://spdx.org/licenses/ (version 3.25) +and ScanCode license DB (version 32.3.0, last published on 2024-10-24). See https://scancode-licensedb.aboutcode.org/ to get started quickly. ``license-expression`` is both powerful and simple to use and is a used as the diff --git a/setup.cfg b/setup.cfg index b5a9d88..bc38e3a 100644 --- a/setup.cfg +++ b/setup.cfg @@ -47,7 +47,7 @@ zip_safe = false setup_requires = setuptools_scm[toml] >= 4 -python_requires = >=3.8 +python_requires = >=3.9 install_requires = boolean.py >= 4.0