Skip to content

Commit 6d7bdb7

Browse files
committed
Drop Python 3.8 support
1 parent 893de39 commit 6d7bdb7

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

setup.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@
6666
install_requires=install_requires,
6767
extras_require=extras,
6868
entry_points={"console_scripts": "serve=sagemaker_huggingface_inference_toolkit.serving:main"},
69-
python_requires=">=3.8",
69+
python_requires=">=3.9",
7070
license="Apache License 2.0",
7171
classifiers=[
7272
"Development Status :: 5 - Production/Stable",
@@ -76,7 +76,6 @@
7676
"License :: OSI Approved :: Apache Software License",
7777
"Operating System :: OS Independent",
7878
"Programming Language :: Python :: 3",
79-
"Programming Language :: Python :: 3.8",
8079
"Programming Language :: Python :: 3.9",
8180
"Programming Language :: Python :: 3.10",
8281
"Programming Language :: Python :: 3.11",

0 commit comments

Comments
 (0)