Skip to content

Commit

Permalink
Update missed python version (#348)
Browse files Browse the repository at this point in the history
  • Loading branch information
rahul-tuli authored Jul 27, 2023
1 parent 04c68cb commit b484240
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ def _setup_long_description() -> Tuple[str, str]:
install_requires=_setup_install_requires(),
extras_require=_setup_extras(),
entry_points=_setup_entry_points(),
python_requires=">=3.7.0",
python_requires=">=3.8.0",
classifiers=[
"Development Status :: 5 - Production/Stable",
"Programming Language :: Python :: 3",
Expand Down

0 comments on commit b484240

Please sign in to comment.