Skip to content

Commit

Permalink
dev-python/arpeggio: enable py3.10
Browse files Browse the repository at this point in the history
Signed-off-by: Arthur Zamarin <[email protected]>
  • Loading branch information
arthurzam committed Aug 28, 2021
1 parent 7553584 commit 7e95289
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions dev-python/arpeggio/arpeggio-1.10.2.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

EAPI=7

PYTHON_COMPAT=( python3_{7..9} )
PYTHON_COMPAT=( python3_{8..10} )
inherit distutils-r1

DESCRIPTION="Parser interpreter based on PEG grammars"
Expand All @@ -15,7 +15,6 @@ LICENSE="MIT"
SLOT="0"
KEYWORDS="amd64 ~arm64 x86"

RDEPEND=""
DEPEND="
test? (
dev-python/memory_profiler[${PYTHON_USEDEP}]
Expand Down

0 comments on commit 7e95289

Please sign in to comment.