summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Ammerlaan <andrewammerlaan@gentoo.org>2021-06-05 21:49:14 +0200
committerAndrew Ammerlaan <andrewammerlaan@gentoo.org>2021-06-05 22:54:18 +0200
commit2208ad01a165f773c7602cf04204917e3cfff4f9 (patch)
treeb2b9e8db4a63d027699b2d231eaba5149a06fd0c /dev-python/mdx_gh_links
parentdev-libs/isl: Stabilize 0.24 arm, #794259 (diff)
downloadgentoo-2208ad01a165f773c7602cf04204917e3cfff4f9.tar.gz
gentoo-2208ad01a165f773c7602cf04204917e3cfff4f9.tar.bz2
gentoo-2208ad01a165f773c7602cf04204917e3cfff4f9.zip
dev-python/mdx_gh_links: add py3.10
Package-Manager: Portage-3.0.19, Repoman-3.0.3 Signed-off-by: Andrew Ammerlaan <andrewammerlaan@gentoo.org>
Diffstat (limited to 'dev-python/mdx_gh_links')
-rw-r--r--dev-python/mdx_gh_links/mdx_gh_links-0.2.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/mdx_gh_links/mdx_gh_links-0.2.ebuild b/dev-python/mdx_gh_links/mdx_gh_links-0.2.ebuild
index 4e5c514c419d..fc43311fea3c 100644
--- a/dev-python/mdx_gh_links/mdx_gh_links-0.2.ebuild
+++ b/dev-python/mdx_gh_links/mdx_gh_links-0.2.ebuild
@@ -3,7 +3,7 @@
EAPI=7
-PYTHON_COMPAT=( python3_{7,8,9} )
+PYTHON_COMPAT=( python3_{7..10} )
inherit distutils-r1