Skip to content

Commit

Permalink
Constrain setuptools_scm version
Browse files Browse the repository at this point in the history
  • Loading branch information
kislyuk committed Apr 26, 2024
1 parent 95684e7 commit 913a2ac
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 @@ -15,7 +15,7 @@
use_scm_version={
"write_to": "yq/version.py",
},
setup_requires=["setuptools_scm >= 3.4.3"],
setup_requires=["setuptools_scm >= 7, <8"],
install_requires=[
"PyYAML >= 5.3.1",
"xmltodict >= 0.11.0",
Expand Down

1 comment on commit 913a2ac

@alerque
Copy link

@alerque alerque commented on 913a2ac Apr 26, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.