Skip to content

Commit be4e14d

Browse files
Update minimum required python version to 3.8
Signed-off-by: Ayan Sinha Mahapatra <[email protected]>
1 parent 124da3d commit be4e14d

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
@@ -38,7 +38,7 @@ zip_safe = false
3838

3939
setup_requires = setuptools_scm[toml] >= 4
4040

41-
python_requires = >=3.7
41+
python_requires = >=3.8
4242

4343
install_requires =
4444

0 commit comments

Comments
 (0)