summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarek Szuba <marecki@gentoo.org>2021-05-13 18:56:38 +0200
committerMarek Szuba <marecki@gentoo.org>2021-05-13 21:08:40 +0200
commita1605423aa54e26e1f938cb75a8e54c15b6d269e (patch)
tree31d9e0ec576c63a5e3cd3a4cafdf34dbd8a66185 /dev-python/editdistance-s
parentdev-python/cfgv: support python3_10 (diff)
downloadgentoo-a1605423aa54e26e1f938cb75a8e54c15b6d269e.tar.gz
gentoo-a1605423aa54e26e1f938cb75a8e54c15b6d269e.tar.bz2
gentoo-a1605423aa54e26e1f938cb75a8e54c15b6d269e.zip
dev-python/editdistance-s: support python3_10
Dependencies are all in order, builds fine, all tests pass. Signed-off-by: Marek Szuba <marecki@gentoo.org>
Diffstat (limited to 'dev-python/editdistance-s')
-rw-r--r--dev-python/editdistance-s/editdistance-s-1.0.0.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/editdistance-s/editdistance-s-1.0.0.ebuild b/dev-python/editdistance-s/editdistance-s-1.0.0.ebuild
index bdbb49dbf8ef..5cf084bbebf4 100644
--- a/dev-python/editdistance-s/editdistance-s-1.0.0.ebuild
+++ b/dev-python/editdistance-s/editdistance-s-1.0.0.ebuild
@@ -3,7 +3,7 @@
EAPI=7
-PYTHON_COMPAT=( python3_{8..9} )
+PYTHON_COMPAT=( python3_{8..10} )
inherit distutils-r1