summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJakov Smolic <jakov.smolic@sartura.hr>2021-05-10 13:35:03 +0100
committerMichał Górny <mgorny@gentoo.org>2021-05-10 23:56:37 +0200
commitd8a3e53f54653d48db00cf0a69ce63017ba34924 (patch)
tree72199afe862672319e499cccc48ca466ae7bfdeb
parentdev-python/rfc3339-validator: Update metadata (diff)
downloadgentoo-d8a3e53f54653d48db00cf0a69ce63017ba34924.tar.gz
gentoo-d8a3e53f54653d48db00cf0a69ce63017ba34924.tar.bz2
gentoo-d8a3e53f54653d48db00cf0a69ce63017ba34924.zip
dev-python/retrying: Port to python3.10
Signed-off-by: Jakov Smolic <jakov.smolic@sartura.hr> Signed-off-by: Michał Górny <mgorny@gentoo.org>
-rw-r--r--dev-python/retrying/retrying-1.3.3.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/retrying/retrying-1.3.3.ebuild b/dev-python/retrying/retrying-1.3.3.ebuild
index 19420def73d0..a62d08a1890e 100644
--- a/dev-python/retrying/retrying-1.3.3.ebuild
+++ b/dev-python/retrying/retrying-1.3.3.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..9} pypy3 )
+PYTHON_COMPAT=( python3_{7..10} pypy3 )
inherit distutils-r1