Skip to content

Commit ffa6f36

Browse files
KIBruhdatamuc
authored andcommitted
build(deps): cap pyvmomi below 9 on Python 3.9
1 parent 4b64d67 commit ffa6f36

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ authors = [
1313
]
1414
dependencies = [
1515
"pyvmomi >= 8.0.3.0.1, < 10",
16+
"pyvmomi < 9; python_version < '3.10'",
1617
"monplugin >= 0.6.1",
1718
]
1819
classifiers = [

0 commit comments

Comments
 (0)