Skip to content

Commit

Permalink
Merge pull request #1894 from wdconinc/patch-1
Browse files Browse the repository at this point in the history
pyproject.toml: version_file requires setuptools_scm>=8
  • Loading branch information
braingram authored Jan 12, 2025
2 parents 8c0fa2f + 5791ab4 commit 43e1947
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ pytest11 = {asdf_schema_tester = 'pytest_asdf.plugin'}
build-backend = 'setuptools.build_meta'
requires = [
"setuptools>=60",
"setuptools_scm[toml]>=3.4",
"setuptools_scm[toml]>=8",
"wheel",
]

Expand Down

0 comments on commit 43e1947

Please sign in to comment.