Skip to content

Commit d611ad5

Browse files
committed
Correct the python require syntax from >=3.8.* to >=3.8
Signed-off-by: Chin Yeung Li <tli@nexb.com>
1 parent 0e68ab2 commit d611ad5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ packages = find:
5050
include_package_data = true
5151
zip_safe = false
5252
setup_requires = setuptools_scm[toml] >= 4
53-
python_requires = >=3.8.*
53+
python_requires = >=3.8
5454
install_requires =
5555
pytest >= 6, != 7.0.0
5656
pytest-xdist >= 2

0 commit comments

Comments
 (0)