diff options
author | Arthur Zamarin <arthurzam@gentoo.org> | 2021-09-03 13:53:40 +0300 |
---|---|---|
committer | Arthur Zamarin <arthurzam@gentoo.org> | 2021-09-03 17:41:34 +0300 |
commit | 4e0749018ac16189bcdcee61a5059728f777937e (patch) | |
tree | 65b5796494a200abf832e339d114aebbc1a59465 /dev-python/enzyme | |
parent | dev-util/ragel: EAPI-8, disable static-libs (diff) | |
download | gentoo-4e0749018ac16189bcdcee61a5059728f777937e.tar.gz gentoo-4e0749018ac16189bcdcee61a5059728f777937e.tar.bz2 gentoo-4e0749018ac16189bcdcee61a5059728f777937e.zip |
dev-python/enzyme: enable py3.10
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'dev-python/enzyme')
-rw-r--r-- | dev-python/enzyme/enzyme-0.4.1-r2.ebuild | 4 | ||||
-rw-r--r-- | dev-python/enzyme/enzyme-9999.ebuild | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/dev-python/enzyme/enzyme-0.4.1-r2.ebuild b/dev-python/enzyme/enzyme-0.4.1-r2.ebuild index 289b8be0ee14..3b8b28d0e88a 100644 --- a/dev-python/enzyme/enzyme-0.4.1-r2.ebuild +++ b/dev-python/enzyme/enzyme-0.4.1-r2.ebuild @@ -1,9 +1,9 @@ -# 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,9} ) +PYTHON_COMPAT=( python3_{8..10} ) PYTHON_REQ_USE='xml(+)' inherit distutils-r1 diff --git a/dev-python/enzyme/enzyme-9999.ebuild b/dev-python/enzyme/enzyme-9999.ebuild index 2ea36278c1b2..410fba02c43b 100644 --- a/dev-python/enzyme/enzyme-9999.ebuild +++ b/dev-python/enzyme/enzyme-9999.ebuild @@ -1,9 +1,9 @@ -# 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,9} ) +PYTHON_COMPAT=( python3_{8..10} ) PYTHON_REQ_USE='xml(+)' inherit distutils-r1 git-r3 |