diff options
author | Arthur Zamarin <arthurzam@gentoo.org> | 2021-09-09 18:58:38 +0300 |
---|---|---|
committer | Arthur Zamarin <arthurzam@gentoo.org> | 2021-09-09 18:58:38 +0300 |
commit | d244498e9fc59897a57a087a734ce58f37e5b454 (patch) | |
tree | 355a250f05558b0477091b55a2ce8d9c3e44877c /dev-python/PyRSS2Gen | |
parent | dev-python/doit: enable py3.10 (diff) | |
download | gentoo-d244498e9fc59897a57a087a734ce58f37e5b454.tar.gz gentoo-d244498e9fc59897a57a087a734ce58f37e5b454.tar.bz2 gentoo-d244498e9fc59897a57a087a734ce58f37e5b454.zip |
dev-python/PyRSS2Gen: enable py3.10
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'dev-python/PyRSS2Gen')
-rw-r--r-- | dev-python/PyRSS2Gen/PyRSS2Gen-1.1-r1.ebuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/dev-python/PyRSS2Gen/PyRSS2Gen-1.1-r1.ebuild b/dev-python/PyRSS2Gen/PyRSS2Gen-1.1-r1.ebuild index 8651b7347166..694319fb3578 100644 --- a/dev-python/PyRSS2Gen/PyRSS2Gen-1.1-r1.ebuild +++ b/dev-python/PyRSS2Gen/PyRSS2Gen-1.1-r1.ebuild @@ -2,7 +2,8 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=7 -PYTHON_COMPAT=( python3_{7,8,9} ) + +PYTHON_COMPAT=( python3_{8..10} ) DISTUTILS_USE_SETUPTOOLS=no |