Skip to content

Commit 215b229

Browse files
authored
Python 3.11 is not supported by dependencies yet (#54)
1 parent e264603 commit 215b229

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
@@ -38,7 +38,7 @@ packages = [
3838

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

0 commit comments

Comments
 (0)