Skip to content

Commit

Permalink
Relax stevedore version for windows and python 3.7 support
Browse files Browse the repository at this point in the history
  • Loading branch information
sjagoe committed Dec 2, 2023
1 parent cdb9045 commit 0516fa1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ def write_version_py(filename='haas/_version.py'):
install_requires = [
'enum34',
'statistics',
'stevedore >= 4.1.0, < 5.0.0',
'stevedore >= 3.5.2, < 5.0.0',
]

write_version_py()
Expand Down

0 comments on commit 0516fa1

Please sign in to comment.