Skip to content

Commit 9ced291

Browse files
committed
Merge branch 'main' into release/0.4
2 parents d62dcd2 + 4c20413 commit 9ced291

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ jobs:
6666
contents: write
6767
steps:
6868
- name: Release to the public PyPI repository
69-
uses: ansys/actions/release-pypi-public@v7
69+
uses: ansys/actions/release-pypi-public@v8
7070
with:
7171
library-name: "ansys-api-geometry"
7272
use-trusted-publisher: true

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,6 @@ requires = [
33
"setuptools >= 42.0.0",
44
"wheel",
55
"ansys_tools_protoc_helper>=0.4.0",
6-
"ansys-api-dbu==0.3.5",
6+
"ansys-api-dbu==0.3.6",
77
]
88
build-backend = "setuptools.build_meta:__legacy__"

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,8 +38,8 @@
3838
long_description_content_type="text/markdown",
3939
url=f"https://github.com/ansys/{package_name}",
4040
license="MIT",
41-
python_requires=">=3.9",
42-
install_requires=["grpcio~=1.49", "protobuf>=3.19,<6", "ansys-api-dbu==0.3.5"],
41+
python_requires=">=3.10",
42+
install_requires=["grpcio~=1.44", "protobuf>=3.19,<6", "ansys-api-dbu==0.3.6"],
4343
packages=setuptools.find_namespace_packages(".", include=("ansys.*",)),
4444
package_data={
4545
"": ["*.proto", "*.pyi", "py.typed", "VERSION"],

0 commit comments

Comments
 (0)