summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArthur Zamarin <arthurzam@gentoo.org>2022-06-17 09:24:03 +0300
committerArthur Zamarin <arthurzam@gentoo.org>2022-06-17 09:24:03 +0300
commited08f608cb893b4d560df134c46cd0e116070093 (patch)
tree1fa08d0d89630319d40ba4e15268a8ee76dce2fc /dev-python/python-discid
parentmedia-video/qmplay2: add 22.06.16 (diff)
downloadgentoo-ed08f608cb893b4d560df134c46cd0e116070093.tar.gz
gentoo-ed08f608cb893b4d560df134c46cd0e116070093.tar.bz2
gentoo-ed08f608cb893b4d560df134c46cd0e116070093.zip
dev-python/python-discid: enable py3.11
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'dev-python/python-discid')
-rw-r--r--dev-python/python-discid/python-discid-1.2.0-r1.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/python-discid/python-discid-1.2.0-r1.ebuild b/dev-python/python-discid/python-discid-1.2.0-r1.ebuild
index bdb9724b6eea..7ad3c35a601d 100644
--- a/dev-python/python-discid/python-discid-1.2.0-r1.ebuild
+++ b/dev-python/python-discid/python-discid-1.2.0-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