Skip to content

Commit a07b321

Browse files
committed
Sem-ver: bugfix allow pbr versions < 8 to be used
Signed-off-by: David Black <dblack@atlassian.com>
1 parent c048c66 commit a07b321

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
from setuptools import setup
33

44
setup(
5-
setup_requires=["pbr<7.0.0"],
5+
setup_requires=["pbr<8.0.0"],
66
pbr=True,
77
platforms=["any"],
88
zip_safe=False,

0 commit comments

Comments
 (0)