summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArthur Zamarin <arthurzam@gentoo.org>2023-01-20 18:43:57 +0200
committerArthur Zamarin <arthurzam@gentoo.org>2023-01-20 19:55:27 +0200
commitb6b11ab80eaf9b5bf6df6d15aa33e4f2890c1033 (patch)
tree2d2cbf934af1d3b6b4eaa9e03a329650753d67ec /dev-python/serverfiles
parentdev-python/serverfiles: Use PEP517 (diff)
downloadgentoo-b6b11ab80eaf9b5bf6df6d15aa33e4f2890c1033.tar.gz
gentoo-b6b11ab80eaf9b5bf6df6d15aa33e4f2890c1033.tar.bz2
gentoo-b6b11ab80eaf9b5bf6df6d15aa33e4f2890c1033.zip
dev-python/serverfiles: enable py3.11
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'dev-python/serverfiles')
-rw-r--r--dev-python/serverfiles/serverfiles-0.3.1-r1.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/serverfiles/serverfiles-0.3.1-r1.ebuild b/dev-python/serverfiles/serverfiles-0.3.1-r1.ebuild
index f259777bd2e0..3b1476909f7f 100644
--- a/dev-python/serverfiles/serverfiles-0.3.1-r1.ebuild
+++ b/dev-python/serverfiles/serverfiles-0.3.1-r1.ebuild
@@ -4,7 +4,7 @@
EAPI=8
DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{9..10} )
+PYTHON_COMPAT=( python3_{9..11} )
inherit distutils-r1
DESCRIPTION="Utility for accessing HTTP server and storing files locally for reuse"