Skip to content

Commit

Permalink
feat: bump ansys-tools-protoc-helper (#87)
Browse files Browse the repository at this point in the history
  • Loading branch information
RobPasMue authored Sep 2, 2024
1 parent cbfa06b commit 4dffa5d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ on:
- main

env:
MAIN_PYTHON_VERSION: '3.10'
MAIN_PYTHON_VERSION: '3.11'

jobs:
build:
Expand Down
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,8 @@
long_description_content_type="text/markdown",
url=f"https://github.com/ansys/{package_name}",
license="MIT",
python_requires=">=3.7",
install_requires=["grpcio~=1.44", "protobuf>=3.19,<6", "ansys-api-dbu==0.3.4"],
python_requires=">=3.9",
install_requires=["grpcio~=1.49", "protobuf>=3.19,<6", "ansys-api-dbu==0.3.4"],
packages=setuptools.find_namespace_packages(".", include=("ansys.*",)),
package_data={
"": ["*.proto", "*.pyi", "py.typed", "VERSION"],
Expand Down

0 comments on commit 4dffa5d

Please sign in to comment.