Skip to content

Commit 548a72e

Browse files
committed
Use Python 3.9 as lowest suupported version
Signed-off-by: Philippe Ombredanne <pombredanne@nexb.com>
1 parent 5025cfb commit 548a72e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

setup.cfg

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,8 @@ license_files =
3131
README.rst
3232

3333
[options]
34+
python_requires = >=3.9
35+
3436
package_dir =
3537
=src
3638
packages = find:
@@ -39,7 +41,6 @@ zip_safe = false
3941

4042
setup_requires = setuptools_scm[toml] >= 4
4143

42-
python_requires = >=3.8
4344

4445
install_requires =
4546

0 commit comments

Comments
 (0)