Skip to content

Commit

Permalink
dev-python/attrs: Extend py3.13 testing to all deps
Browse files Browse the repository at this point in the history
Signed-off-by: Michał Górny <[email protected]>
  • Loading branch information
mgorny committed Jul 11, 2024
1 parent a6bd7d3 commit e1d868e
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions dev-python/attrs/attrs-23.2.0.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -24,13 +24,9 @@ BDEPEND="
dev-python/hatch-vcs[${PYTHON_USEDEP}]
test? (
$(python_gen_impl_dep sqlite)
$(python_gen_cond_dep '
dev-python/cloudpickle[${PYTHON_USEDEP}]
' python3_{10..12})
dev-python/cloudpickle[${PYTHON_USEDEP}]
dev-python/hypothesis[${PYTHON_USEDEP}]
$(python_gen_cond_dep '
dev-python/zope-interface[${PYTHON_USEDEP}]
' python3_{10..12} pypy3)
dev-python/zope-interface[${PYTHON_USEDEP}]
)
"

Expand Down

0 comments on commit e1d868e

Please sign in to comment.