Skip to content

Commit

Permalink
dev-python/authheaders: Enable Python 3.8 and 3.9
Browse files Browse the repository at this point in the history
Signed-off-by: Hanno Böck <[email protected]>
Package-Manager: Portage-3.0.9, Repoman-3.0.2
  • Loading branch information
hannob committed Nov 10, 2020
1 parent b26e47a commit e8f4ace
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dev-python/authheaders/authheaders-0.13.0.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

EAPI=7

PYTHON_COMPAT=( python3_6 python3_7 )
PYTHON_COMPAT=( python3_{6,7,8,9} )
inherit distutils-r1

DESCRIPTION="A library wrapping email authentication header verification and generation."
Expand Down

0 comments on commit e8f4ace

Please sign in to comment.