Skip to content

Commit

Permalink
dev-python/h11: Correcting supported Python versions
Browse files Browse the repository at this point in the history
Based https://pypi.org/project/h11/ the supported verions were updated.

Package-Manager: Portage-2.3.33, Repoman-2.3.9
  • Loading branch information
bucefal91 committed May 4, 2018
1 parent 8f360cb commit 38f86a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dev-python/h11/h11-0.8.1.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

EAPI=6

PYTHON_COMPAT=( python2_7 python3_{4,5,6} )
PYTHON_COMPAT=( python2_7 python3_{4,5} pypy )

inherit distutils-r1

Expand Down

0 comments on commit 38f86a2

Please sign in to comment.