From 6e1a21f3ef55375fee26ea5001e30f0a0308e6a3 Mon Sep 17 00:00:00 2001 From: Roberto Pastor Muela <37798125+RobPasMue@users.noreply.github.com> Date: Tue, 8 Oct 2024 09:06:27 +0200 Subject: [PATCH] feat: allow ansys-tools-protoc-helper builds (#34) --- setup.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.py b/setup.py index 488014e..904fb60 100644 --- a/setup.py +++ b/setup.py @@ -38,8 +38,8 @@ long_description_content_type="text/markdown", url=f"https://github.com/ansys/{package_name}", license="MIT", - python_requires=">=3.9", - install_requires=["grpcio~=1.49", "protobuf>=3.19,<6"], + python_requires=">=3.10", + install_requires=["grpcio~=1.44", "protobuf>=3.19,<6"], packages=setuptools.find_namespace_packages(".", include=("ansys.*",)), package_data={ "": ["*.proto", "*.pyi", "py.typed", "VERSION"],