Skip to content

Commit 418bbb7

Browse files
committed
Update setup.py
1 parent abaaa16 commit 418bbb7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

example/example1/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
author_email="community@openfga.dev",
2525
url="https://github.com/openfga/python-sdk",
2626
install_requires=REQUIRES,
27-
python_requires=">=3.11",
27+
python_requires=">=3.10",
2828
packages=find_packages(exclude=["test", "tests"]),
2929
include_package_data=True,
3030
license="Apache-2.0",

0 commit comments

Comments
 (0)