Skip to content

Commit 4dffa5d

Browse files
authored
feat: bump ansys-tools-protoc-helper (#87)
1 parent cbfa06b commit 4dffa5d

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ on:
1010
- main
1111

1212
env:
13-
MAIN_PYTHON_VERSION: '3.10'
13+
MAIN_PYTHON_VERSION: '3.11'
1414

1515
jobs:
1616
build:

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.7",
42-
install_requires=["grpcio~=1.44", "protobuf>=3.19,<6", "ansys-api-dbu==0.3.4"],
41+
python_requires=">=3.9",
42+
install_requires=["grpcio~=1.49", "protobuf>=3.19,<6", "ansys-api-dbu==0.3.4"],
4343
packages=setuptools.find_namespace_packages(".", include=("ansys.*",)),
4444
package_data={
4545
"": ["*.proto", "*.pyi", "py.typed", "VERSION"],

0 commit comments

Comments
 (0)