Skip to content

Commit

Permalink
Merge pull request #18 from actinia-org/renovate/pyscaffold-3.x
Browse files Browse the repository at this point in the history
Update dependency pyscaffold to >=3.3,<3.4
  • Loading branch information
mmacata authored May 31, 2023
2 parents 8b763da + ed20249 commit 5637f1a
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 @@ -24,7 +24,7 @@ def setup_package():
needs_sphinx = {"build_sphinx", "upload_docs"}.intersection(sys.argv)
sphinx = ["sphinx"] if needs_sphinx else []
setup(
setup_requires=["pyscaffold>=3.0a0,<3.1a0"] + sphinx,
setup_requires=["pyscaffold>=3.3,<3.4"] + sphinx,
entry_points=entry_points,
use_pyscaffold=True,
)
Expand Down

0 comments on commit 5637f1a

Please sign in to comment.