Skip to content

Commit abf9ebb

Browse files
Drop support for python 3.9
Signed-off-by: Ayan Sinha Mahapatra <asmahapatra@aboutcode.org>
1 parent 9f886b9 commit abf9ebb

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

README.rst

Lines changed: 1 addition & 1 deletion
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.9+
10+
- Python: 3.10+
1111
- Homepage: https://github.com/aboutcode-org/license-expression/
1212
- Install: `pip install license-expression` also available in most Linux distro.
1313

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ license_files =
4040
README.rst
4141

4242
[options]
43-
python_requires = >=3.9
43+
python_requires = >=3.10
4444

4545
package_dir =
4646
=src

0 commit comments

Comments
 (0)