We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 893de39 commit 6d7bdb7Copy full SHA for 6d7bdb7
setup.py
@@ -66,7 +66,7 @@
66
install_requires=install_requires,
67
extras_require=extras,
68
entry_points={"console_scripts": "serve=sagemaker_huggingface_inference_toolkit.serving:main"},
69
- python_requires=">=3.8",
+ python_requires=">=3.9",
70
license="Apache License 2.0",
71
classifiers=[
72
"Development Status :: 5 - Production/Stable",
@@ -76,7 +76,6 @@
76
"License :: OSI Approved :: Apache Software License",
77
"Operating System :: OS Independent",
78
"Programming Language :: Python :: 3",
79
- "Programming Language :: Python :: 3.8",
80
"Programming Language :: Python :: 3.9",
81
"Programming Language :: Python :: 3.10",
82
"Programming Language :: Python :: 3.11",
0 commit comments