summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2021-06-05 20:17:38 +0200
committerMichał Górny <mgorny@gentoo.org>2021-06-05 20:17:38 +0200
commit8860e5d68b8913de2f77af8f9497748957a1569a (patch)
treefed8479710c09c395e58c270c0e5e884a954536a /dev-python/serverfiles/serverfiles-0.3.1.ebuild
parentdev-python/simpleeval: Enable py3.10 (diff)
downloadgentoo-8860e5d68b8913de2f77af8f9497748957a1569a.tar.gz
gentoo-8860e5d68b8913de2f77af8f9497748957a1569a.tar.bz2
gentoo-8860e5d68b8913de2f77af8f9497748957a1569a.zip
dev-python/serverfiles: Enable py3.10
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/serverfiles/serverfiles-0.3.1.ebuild')
-rw-r--r--dev-python/serverfiles/serverfiles-0.3.1.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/serverfiles/serverfiles-0.3.1.ebuild b/dev-python/serverfiles/serverfiles-0.3.1.ebuild
index 70167fc2cec5..c8ced538b614 100644
--- a/dev-python/serverfiles/serverfiles-0.3.1.ebuild
+++ b/dev-python/serverfiles/serverfiles-0.3.1.ebuild
@@ -3,7 +3,7 @@
EAPI=7
-PYTHON_COMPAT=( python3_{7..9} )
+PYTHON_COMPAT=( python3_{8..10} )
inherit distutils-r1
DESCRIPTION="Utility for accessing HTTP server and storing files locally for reuse"