summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArthur Zamarin <arthurzam@gentoo.org>2022-05-16 21:47:41 +0300
committerArthur Zamarin <arthurzam@gentoo.org>2022-05-16 21:58:06 +0300
commit05199221b0653c8f1fa8ffea7ba46261e8cc963a (patch)
tree4cf3e030b56efe9d065435562c72fae91f7f04df /dev-python/tinycss
parentdev-python/texttable: enable py3.11 (diff)
downloadgentoo-05199221b0653c8f1fa8ffea7ba46261e8cc963a.tar.gz
gentoo-05199221b0653c8f1fa8ffea7ba46261e8cc963a.tar.bz2
gentoo-05199221b0653c8f1fa8ffea7ba46261e8cc963a.zip
dev-python/tinycss: enable py3.11
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'dev-python/tinycss')
-rw-r--r--dev-python/tinycss/tinycss-0.4-r1.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/tinycss/tinycss-0.4-r1.ebuild b/dev-python/tinycss/tinycss-0.4-r1.ebuild
index 0b65a57ee7c2..2758379e06eb 100644
--- a/dev-python/tinycss/tinycss-0.4-r1.ebuild
+++ b/dev-python/tinycss/tinycss-0.4-r1.ebuild
@@ -4,7 +4,7 @@
EAPI=8
DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{8..10} )
+PYTHON_COMPAT=( python3_{8..11} )
inherit distutils-r1