Skip to content

Commit e264603

Browse files
authored
Change Python limit (#53)
Update pyproject.toml
1 parent 6e06604 commit e264603

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"
41+
python = ">=3.7,<4.0"
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)