We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dc96dad commit 722860dCopy full SHA for 722860d
setup.py
@@ -30,7 +30,7 @@ def get_version(rel_path):
30
long_description_content_type="text/markdown",
31
url="https://github.com/IntelLabs/fastRAG",
32
license="Apache-2.0",
33
- python_requires=">=3.8, <4",
+ python_requires=">=3.8, <3.12",
34
classifiers=[
35
"Programming Language :: Python :: 3",
36
"License :: OSI Approved :: Apache Software License",
0 commit comments