dev-python/over: add python-3.11 support

This commit is contained in:
Martin Sekera 2022-11-02 08:01:02 +01:00
parent e1d6a7f936
commit c721d00be0

View file

@ -3,7 +3,7 @@
EAPI=7 EAPI=7
PYTHON_COMPAT=( python3_{7,8,9,10} ) PYTHON_COMPAT=( python3_{8,9,10,11} )
inherit distutils-r1 git-r3 inherit distutils-r1 git-r3
DESCRIPTION="Useful Python libraries and convenience functions from the former Overwatch UAV project." DESCRIPTION="Useful Python libraries and convenience functions from the former Overwatch UAV project."