From 7e4a82a6faf186cc303a592e7fdbf795b8258e57 Mon Sep 17 00:00:00 2001 From: Rey DeLeon Date: Tue, 4 Nov 2025 15:40:15 -0700 Subject: [PATCH] Remove limit of python<=3.12. Bump two patch versions as 5.1.5 was patched to release/5.0 --- ansys/api/additive/VERSION | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/ansys/api/additive/VERSION b/ansys/api/additive/VERSION index 79bda62..2c18b8a 100644 --- a/ansys/api/additive/VERSION +++ b/ansys/api/additive/VERSION @@ -1 +1 @@ -5.1.4-dev1 +5.1.6-dev0 diff --git a/setup.py b/setup.py index ac209f8..4d87b75 100644 --- a/setup.py +++ b/setup.py @@ -38,7 +38,7 @@ long_description_content_type="text/markdown", url=f"https://github.com/ansys/{package_name}", license="MIT", - python_requires=">=3.8,<3.12", + python_requires=">=3.8,<4", install_requires=["grpcio~=1.47", "protobuf>=3.19"], packages=setuptools.find_namespace_packages( ".", include=("ansys.*", "google.*")