diff options
author | Jakov Smolic <jakov.smolic@sartura.hr> | 2021-05-10 13:51:13 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2021-05-10 23:56:41 +0200 |
commit | 3cbf3cbfba9d9ac6288a6c9b5e0664b68067489f (patch) | |
tree | 5e4ad2027819e0b75fbdc28b57d436ba5006db63 /dev-python/fastimport | |
parent | dev-python/polib: Port to python3.10 (diff) | |
download | gentoo-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.ebuild | 2 | ||||
-rw-r--r-- | dev-python/fastimport/fastimport-0.9.12.ebuild | 2 |
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 |