diff options
author | Michał Górny <mgorny@gentoo.org> | 2021-05-05 16:13:38 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2021-05-05 16:18:06 +0200 |
commit | d373d3f15cf75619df4ce298ad8d209ea506cb9d (patch) | |
tree | 519b0f5c3d2bf8d1f94bdf45cc59084606c37a86 /dev-python/filelock | |
parent | package.mask: [QA] Mask >=media-libs/openexr-3 (diff) | |
download | gentoo-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.ebuild | 2 |
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} |