Skip to content

Commit

Permalink
Remove support Python 3.8
Browse files Browse the repository at this point in the history
Signed-off-by: even-wei <[email protected]>
  • Loading branch information
even-wei committed Dec 25, 2024
1 parent ab81657 commit f428925
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ def _get_version():
entry_points={
'console_scripts': ['recce = recce.cli:cli']
},
python_requires=">=3.8",
python_requires=">=3.9",
packages=find_packages(),
install_requires=[
'boto3',
Expand Down Expand Up @@ -66,7 +66,6 @@ def _get_version():
"Bug Tracker": "https://github.com/InfuseAI/recce/issues",
},
classifiers=[
"Programming Language :: Python :: 3.8",
"Programming Language :: Python :: 3.9",
"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3.11",
Expand Down

0 comments on commit f428925

Please sign in to comment.