Skip to content

Commit

Permalink
Merge pull request #559 from DataRecce/feature/drc-994-remove-python-…
Browse files Browse the repository at this point in the history
…38-support

Remove Python 3.8 support
  • Loading branch information
wcchang1115 authored Dec 25, 2024
2 parents ab81657 + f428925 commit 4ed74ee
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 4ed74ee

Please sign in to comment.