Skip to content

Commit d69794b

Browse files
committed
Fix min python version in setup.cfg
Signed-off-by: Keshav Priyadarshi <[email protected]>
1 parent 6e94210 commit d69794b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.cfg

+1-1
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ zip_safe = false
4848

4949
setup_requires = setuptools_scm[toml] >= 4
5050

51-
python_requires = >=3.6.*
51+
python_requires = >=3.6
5252

5353
install_requires =
5454
attrs

0 commit comments

Comments
 (0)