summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2021-05-05 16:13:38 +0200
committerMichał Górny <mgorny@gentoo.org>2021-05-05 16:18:06 +0200
commitd373d3f15cf75619df4ce298ad8d209ea506cb9d (patch)
tree519b0f5c3d2bf8d1f94bdf45cc59084606c37a86 /dev-python/filelock
parentpackage.mask: [QA] Mask >=media-libs/openexr-3 (diff)
downloadgentoo-d373d3f15cf75619df4ce298ad8d209ea506cb9d.tar.gz
gentoo-d373d3f15cf75619df4ce298ad8d209ea506cb9d.tar.bz2
gentoo-d373d3f15cf75619df4ce298ad8d209ea506cb9d.zip
dev-python/filelock: Enable python3.10
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/filelock')
-rw-r--r--dev-python/filelock/filelock-3.0.12-r1.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/filelock/filelock-3.0.12-r1.ebuild b/dev-python/filelock/filelock-3.0.12-r1.ebuild
index 0a955f34739b..03de77de2838 100644
--- a/dev-python/filelock/filelock-3.0.12-r1.ebuild
+++ b/dev-python/filelock/filelock-3.0.12-r1.ebuild
@@ -3,7 +3,7 @@
EAPI=7
-PYTHON_COMPAT=( python3_{7,8,9} pypy3 )
+PYTHON_COMPAT=( python3_{7..10} pypy3 )
inherit distutils-r1
MY_P=py-filelock-${PV}