summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorZamarin Arthur <arthurzam@gmail.com>2021-05-21 16:37:01 +0300
committerMichał Górny <mgorny@gentoo.org>2021-05-22 12:52:16 +0200
commitaf81113a5cb5fda9e50ef874482a98fc083717c2 (patch)
tree5a8cd40786b8282d9833217f1033fb6707218e60 /dev-python/python-redmine
parentdev-python/python-gflags: bump to python 3.10 (diff)
downloadgentoo-af81113a5cb5fda9e50ef874482a98fc083717c2.tar.gz
gentoo-af81113a5cb5fda9e50ef874482a98fc083717c2.tar.bz2
gentoo-af81113a5cb5fda9e50ef874482a98fc083717c2.zip
dev-python/python-redmine: bump to python 3.10
passes tests Signed-off-by: Zamarin Arthur <arthurzam@gmail.com> Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/python-redmine')
-rw-r--r--dev-python/python-redmine/python-redmine-2.3.0.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/python-redmine/python-redmine-2.3.0.ebuild b/dev-python/python-redmine/python-redmine-2.3.0.ebuild
index f97519de9165..8e9b4736084f 100644
--- a/dev-python/python-redmine/python-redmine-2.3.0.ebuild
+++ b/dev-python/python-redmine/python-redmine-2.3.0.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_{7..10} )
inherit distutils-r1