Skip to content

Commit cc8de3a

Browse files
lrafeeiTimPansino
andauthored
Update setup.py
Co-authored-by: Timothy Pansino <11214426+TimPansino@users.noreply.github.com>
1 parent be5277e commit cc8de3a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -160,7 +160,7 @@ def build_extension(self, ext):
160160
"git_describe_command": "git describe --dirty --tags --long --match *.*.*",
161161
"write_to": "newrelic/version.txt",
162162
},
163-
setup_requires=["setuptools_scm>=3.2,<8.1"],
163+
setup_requires=["setuptools_scm>=3.2,<9"],
164164
description="New Relic Python Agent",
165165
long_description=open(readme_file).read(),
166166
long_description_content_type="text/markdown",

0 commit comments

Comments
 (0)