We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents c8c8276 + 937b1ed commit d1f65c4Copy full SHA for d1f65c4
ansys/api/additive/VERSION
@@ -1 +1 @@
1
-5.1.5
+5.1.6-dev0
setup.py
@@ -38,7 +38,7 @@
38
long_description_content_type="text/markdown",
39
url=f"https://github.com/ansys/{package_name}",
40
license="MIT",
41
- python_requires=">=3.8,<3.12",
+ python_requires=">=3.8,<4",
42
install_requires=["grpcio~=1.47", "protobuf>=3.19"],
43
packages=setuptools.find_namespace_packages(
44
".", include=("ansys.*", "google.*")
0 commit comments