Skip to content

Commit

Permalink
dev-python/importlib_resources: added python 3.9 support
Browse files Browse the repository at this point in the history
Package-Manager: Portage-3.0.14, Repoman-3.0.2
Signed-off-by: Peter Vielberth <code@peter-vielberth.de>
  • Loading branch information
vibpe committed Feb 22, 2021
1 parent 4848fa3 commit cf1308e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
EAPI=7

# This is a backport of Python 3.9's importlib.resources
PYTHON_COMPAT=( pypy3 python3_{7,8} )
PYTHON_COMPAT=( pypy3 python3_{7..9} )

inherit distutils-r1

Expand Down

0 comments on commit cf1308e

Please sign in to comment.