Skip to content

Commit

Permalink
dev-python/itypes: add py3_{8,9}
Browse files Browse the repository at this point in the history
Signed-off-by: Aaron Bauman <[email protected]>
  • Loading branch information
FuzzyGophers committed Dec 2, 2020
1 parent 483ba75 commit 2152943
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion dev-python/itypes/itypes-1.1.0.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@

EAPI=7

PYTHON_COMPAT=( python3_6 python3_7 )
PYTHON_COMPAT=( python3_{6..9} )

inherit distutils-r1

DESCRIPTION="basic immutable container types for python"
Expand Down

0 comments on commit 2152943

Please sign in to comment.