Skip to content

Commit

Permalink
dev-python/logzero: python3_11 compat
Browse files Browse the repository at this point in the history
Signed-off-by: Vladimir Shapranov <equidamoid@gmail.com>
  • Loading branch information
Equidamoid committed Aug 7, 2023
1 parent 32462ac commit e074cec
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

EAPI=8

PYTHON_COMPAT=( python3_10 pypy3 )
PYTHON_COMPAT=( python3_11 pypy3 )
inherit distutils-r1 pypi

DESCRIPTION="Robust and effective logging for Python 2 and 3"
Expand Down

0 comments on commit e074cec

Please sign in to comment.