Skip to content

Commit

Permalink
Add py38 to pyproject.toml for VMware ESXi 7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ltrager committed Jun 1, 2021
1 parent f851f90 commit d4597af
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion vmware-esxi/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
[tool.black]
line-length = 79
# VMware ESXi 6.7 uses Python 3.5
target-version = ["py35"]
# VMware ESXi 7.0 uses Python 3.8
target-version = ["py35", "py38"]

[tool.isort]
from_first = false
Expand Down

0 comments on commit d4597af

Please sign in to comment.