summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2021-06-05 19:33:33 +0200
committerMichał Górny <mgorny@gentoo.org>2021-06-05 19:59:23 +0200
commita7d7ab49948dca0d57831de8bf1df4f1d6811abe (patch)
treef3f2835dff8e07b576da8dc653cda9dc15e81fc4 /dev-python/pilkit/pilkit-2.0.ebuild
parentsci-misc/vitables: add version 3.0.2 (diff)
downloadgentoo-a7d7ab49948dca0d57831de8bf1df4f1d6811abe.tar.gz
gentoo-a7d7ab49948dca0d57831de8bf1df4f1d6811abe.tar.bz2
gentoo-a7d7ab49948dca0d57831de8bf1df4f1d6811abe.zip
dev-python/pilkit: Enable py3.10
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/pilkit/pilkit-2.0.ebuild')
-rw-r--r--dev-python/pilkit/pilkit-2.0.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/pilkit/pilkit-2.0.ebuild b/dev-python/pilkit/pilkit-2.0.ebuild
index 85b00ae5a81f..bb39f045ca7b 100644
--- a/dev-python/pilkit/pilkit-2.0.ebuild
+++ b/dev-python/pilkit/pilkit-2.0.ebuild
@@ -1,8 +1,8 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
-PYTHON_COMPAT=( python3_{7,8} )
+PYTHON_COMPAT=( python3_{8..10} )
inherit distutils-r1