summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Ammerlaan <andrewammerlaan@gentoo.org>2021-06-03 11:55:42 +0200
committerAndrew Ammerlaan <andrewammerlaan@gentoo.org>2021-06-03 11:56:08 +0200
commitff07b3c1816838826c779217164cd9694159805e (patch)
treed320828030c8ac79eb9c6c38ca7983b688817b93 /dev-python/libsass
parentnet-misc/lyricwikia: add py3.10 (diff)
downloadgentoo-ff07b3c1816838826c779217164cd9694159805e.tar.gz
gentoo-ff07b3c1816838826c779217164cd9694159805e.tar.bz2
gentoo-ff07b3c1816838826c779217164cd9694159805e.zip
dev-python/libsass: 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/libsass')
-rw-r--r--dev-python/libsass/libsass-0.21.0.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/libsass/libsass-0.21.0.ebuild b/dev-python/libsass/libsass-0.21.0.ebuild
index 073aaf506a5c..88f4ed3e19dc 100644
--- a/dev-python/libsass/libsass-0.21.0.ebuild
+++ b/dev-python/libsass/libsass-0.21.0.ebuild
@@ -3,7 +3,7 @@
EAPI=7
-PYTHON_COMPAT=( python3_{7..9} )
+PYTHON_COMPAT=( python3_{7..10} )
inherit distutils-r1
MY_P="libsass-python-${PV}"