Skip to content

Commit

Permalink
dev-python/python-slugify: enable pypy3
Browse files Browse the repository at this point in the history
Signed-off-by: Andrew Ammerlaan <[email protected]>
  • Loading branch information
Nowa-Ammerlaan committed Nov 17, 2023
1 parent 3977109 commit e5d965a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dev-python/python-slugify/python-slugify-8.0.1.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
EAPI=8

DISTUTILS_USE_PEP517=setuptools
PYTHON_COMPAT=( python3_{9..12} )
PYTHON_COMPAT=( python3_{10..12} pypy3 )

inherit distutils-r1

Expand Down

0 comments on commit e5d965a

Please sign in to comment.