Skip to content

Commit 352f663

Browse files
Merge pull request #105 from aboutcode-org/release-prep-v30.4.0
Update README and setup.cfg
2 parents d3a70da + 83f1433 commit 352f663

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

README.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ simplify and normalize license expressions (such as SPDX license expressions)
77
using boolean logic.
88

99
- License: Apache-2.0
10-
- Python: 3.8+
10+
- Python: 3.9+
1111
- Homepage: https://github.com/aboutcode-org/license-expression/
1212
- Install: `pip install license-expression` also available in most Linux distro.
1313

@@ -25,8 +25,8 @@ SPDX and SBOM in general) as a way to express licensing precisely.
2525
simplify and normalize these license expressions (such as SPDX license expressions)
2626
using boolean logic like in: `GPL-2.0-or-later WITH Classpath-exception-2.0 AND MIT`.
2727

28-
It includes the license keys from SPDX https://spdx.org/licenses/ (version 3.23)
29-
and ScanCode license DB (version 32.0.8, last published on 2023-02-27).
28+
It includes the license keys from SPDX https://spdx.org/licenses/ (version 3.25)
29+
and ScanCode license DB (version 32.3.0, last published on 2024-10-24).
3030
See https://scancode-licensedb.aboutcode.org/ to get started quickly.
3131

3232
``license-expression`` is both powerful and simple to use and is a used as the

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ zip_safe = false
4747

4848
setup_requires = setuptools_scm[toml] >= 4
4949

50-
python_requires = >=3.8
50+
python_requires = >=3.9
5151

5252
install_requires =
5353
boolean.py >= 4.0

0 commit comments

Comments
 (0)