Skip to content

Commit

Permalink
dev-util/buildbot-badges: enable py3.11
Browse files Browse the repository at this point in the history
Closes: https://bugs.gentoo.org/896918
Signed-off-by: Arthur Zamarin <[email protected]>
  • Loading branch information
arthurzam committed Apr 9, 2023
1 parent 5e22154 commit 85595a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dev-util/buildbot-badges/buildbot-badges-3.6.1.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ EAPI=8
DISTUTILS_USE_PEP517=setuptools
PYPI_NO_NORMALIZE=1
PYTHON_REQ_USE="sqlite"
PYTHON_COMPAT=( python3_10 )
PYTHON_COMPAT=( python3_{10..11} )
inherit distutils-r1 pypi

DESCRIPTION="Buildbot badges plugin produces an image in SVG or PNG format..."
Expand Down

0 comments on commit 85595a2

Please sign in to comment.