Skip to content

Commit 722860d

Browse files
authored
Update setup.py (#53)
1 parent dc96dad commit 722860d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ def get_version(rel_path):
3030
long_description_content_type="text/markdown",
3131
url="https://github.com/IntelLabs/fastRAG",
3232
license="Apache-2.0",
33-
python_requires=">=3.8, <4",
33+
python_requires=">=3.8, <3.12",
3434
classifiers=[
3535
"Programming Language :: Python :: 3",
3636
"License :: OSI Approved :: Apache Software License",

0 commit comments

Comments
 (0)