Skip to content

Commit

Permalink
pyproject.toml: version_file requires setuptools_scm>=8
Browse files Browse the repository at this point in the history
  • Loading branch information
wdconinc authored Jan 12, 2025
1 parent 8c0fa2f commit 5791ab4
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 5791ab4

Please sign in to comment.