summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJakov Smolic <jakov.smolic@sartura.hr>2021-05-10 13:51:13 +0100
committerMichał Górny <mgorny@gentoo.org>2021-05-10 23:56:41 +0200
commit3cbf3cbfba9d9ac6288a6c9b5e0664b68067489f (patch)
tree5e4ad2027819e0b75fbdc28b57d436ba5006db63 /dev-python/fastimport
parentdev-python/polib: Port to python3.10 (diff)
downloadgentoo-3cbf3cbfba9d9ac6288a6c9b5e0664b68067489f.tar.gz
gentoo-3cbf3cbfba9d9ac6288a6c9b5e0664b68067489f.tar.bz2
gentoo-3cbf3cbfba9d9ac6288a6c9b5e0664b68067489f.zip
dev-python/fastimport: Port to python3.10
Signed-off-by: Jakov Smolic <jakov.smolic@sartura.hr> Closes: https://github.com/gentoo/gentoo/pull/20759 Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/fastimport')
-rw-r--r--dev-python/fastimport/fastimport-0.9.11.ebuild2
-rw-r--r--dev-python/fastimport/fastimport-0.9.12.ebuild2
2 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/fastimport/fastimport-0.9.11.ebuild b/dev-python/fastimport/fastimport-0.9.11.ebuild
index a000b6debba9..9703a9d9986a 100644
--- a/dev-python/fastimport/fastimport-0.9.11.ebuild
+++ b/dev-python/fastimport/fastimport-0.9.11.ebuild
@@ -3,7 +3,7 @@
EAPI=7
-PYTHON_COMPAT=( pypy3 python3_{7..9} )
+PYTHON_COMPAT=( pypy3 python3_{7..10} )
inherit distutils-r1
diff --git a/dev-python/fastimport/fastimport-0.9.12.ebuild b/dev-python/fastimport/fastimport-0.9.12.ebuild
index 1903c77d28c4..c1f987bb42a4 100644
--- a/dev-python/fastimport/fastimport-0.9.12.ebuild
+++ b/dev-python/fastimport/fastimport-0.9.12.ebuild
@@ -3,7 +3,7 @@
EAPI=7
-PYTHON_COMPAT=( pypy3 python3_{7..9} )
+PYTHON_COMPAT=( pypy3 python3_{7..10} )
inherit distutils-r1