Skip to content

Commit 466c4b4

Browse files
committed
Fixing issue with Python 3.11 in pyproject.toml
1 parent 0c33b39 commit 466c4b4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ packages = [
3939

4040
[tool.poetry.dependencies]
4141
# Core dependencies
42-
python = ">=3.7,<3.11"
42+
python = ">=3.7,<3.12"
4343
importlib-metadata = {version = "^4.0", python = "<3.8"}
4444
ansys-mapdl-core = "==0.63.2"
4545
ansys-dpf-core = "==0.6.0"

0 commit comments

Comments
 (0)