Skip to content

Commit fec7334

Browse files
fix: Python version, grpcio version
1 parent cb504d1 commit fec7334

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

pyproject.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ name = "ansys-tools-common"
77
version = "0.1.dev0"
88
description = "A set of tools for PyAnsys libraries"
99
readme = "README.rst"
10-
requires-python = ">=3.11,<4"
10+
requires-python = ">=3.10,<4"
1111
license = "MIT"
1212
license-files = ["LICENSE"]
1313
authors = [{ name = "ANSYS, Inc.", email = "[email protected]" }]
@@ -49,13 +49,13 @@ tests = [
4949
"pytest-cov==6.1.1",
5050
"pyfakefs==5.8.0",
5151
"hypothesis==6.135.10",
52-
"grpcio==1.73.0",
52+
"grpcio==1.68.0",
5353
"grpcio-health-checking==1.68.0",
5454
]
5555

5656
doc = [
5757
"ansys-sphinx-theme==1.5.2",
58-
"grpcio==1.73.0",
58+
"grpcio==1.68.0",
5959
"grpcio-health-checking==1.68.0",
6060
"sphinx==8.2.3",
6161
"sphinx-autoapi==3.6.0",
@@ -72,7 +72,7 @@ dev = [
7272
"pytest-cov==6.1.1",
7373
"pyfakefs==5.8.0",
7474
"hypothesis==6.135.10",
75-
"grpcio==1.73.0",
75+
"grpcio==1.68.0",
7676
"grpcio-health-checking==1.68.0",
7777
"pre-commit"
7878
]

0 commit comments

Comments
 (0)