Skip to content

Commit

Permalink
Update minimum required python version to 3.8
Browse files Browse the repository at this point in the history
Signed-off-by: Ayan Sinha Mahapatra <[email protected]>
  • Loading branch information
AyanSinhaMahapatra authored and TG1999 committed Aug 15, 2024
1 parent 6b0d841 commit 67fa4ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ zip_safe = false

setup_requires = setuptools_scm[toml] >= 4

python_requires = >=3.7
python_requires = >=3.8

install_requires =
attrs >= 18.1, !=20.1.0
Expand Down

0 comments on commit 67fa4ef

Please sign in to comment.