Skip to content

Commit 170a7fb

Browse files
Fix python_requires in setup.cfg
Signed-off-by: Ayan Sinha Mahapatra <ayansmahapatra@gmail.com>
1 parent 8cace2c commit 170a7fb

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
@@ -31,7 +31,7 @@ zip_safe = false
3131

3232
setup_requires = setuptools_scm[toml] >= 4
3333

34-
python_requires = >=3.6.*
34+
python_requires = >=3.7
3535

3636
install_requires =
3737

0 commit comments

Comments
 (0)