dev-python/digitalocean: add py3.11, PEP517, drop 1.16

Signed-off-by: Joe Kappus <joe@wt.gd>
This commit is contained in:
Joe Kappus
2023-02-14 04:46:54 -05:00
parent 8a177748dd
commit 912dbb8d4b
4 changed files with 14 additions and 8 deletions

View File

@@ -3,7 +3,7 @@
EAPI=8
PYTHON_COMPAT=( python3_{8..10} )
PYTHON_COMPAT=( python3_{9..11} )
inherit distutils-r1
DESCRIPTION="Digitalocean API access library"