update packages for python 3.13

This commit is contained in:
RokuRokuYon 2025-03-25 15:47:15 +01:00
parent 2852dce25b
commit 7d77ddb117
4 changed files with 4 additions and 4 deletions

View file

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