diff options
author | Arthur Zamarin <arthurzam@gmail.com> | 2021-07-31 16:45:44 +0300 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2021-08-05 20:07:10 +0200 |
commit | 02f1b1747f077e24f0770b865e91c36b7b66bbb2 (patch) | |
tree | d87678d42e5e22a4afaefbf2932194b46b010964 /dev-python/dulwich | |
parent | app-crypt/gpgme: enable py3.10 (diff) | |
download | gentoo-02f1b1747f077e24f0770b865e91c36b7b66bbb2.tar.gz gentoo-02f1b1747f077e24f0770b865e91c36b7b66bbb2.tar.bz2 gentoo-02f1b1747f077e24f0770b865e91c36b7b66bbb2.zip |
dev-python/dulwich: enable py3.10
Signed-off-by: Arthur Zamarin <arthurzam@gmail.com>
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/dulwich')
-rw-r--r-- | dev-python/dulwich/dulwich-0.20.23.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/dulwich/dulwich-0.20.23.ebuild b/dev-python/dulwich/dulwich-0.20.23.ebuild index 0e8096b83c54..2ce5d808ec46 100644 --- a/dev-python/dulwich/dulwich-0.20.23.ebuild +++ b/dev-python/dulwich/dulwich-0.20.23.ebuild @@ -3,7 +3,7 @@ EAPI=7 -PYTHON_COMPAT=( python3_{7..9} ) +PYTHON_COMPAT=( python3_{8..10} ) inherit distutils-r1 DESCRIPTION="Pure-Python implementation of the Git file formats and protocols" |