diff options
author | Arthur Zamarin <arthurzam@gentoo.org> | 2022-06-17 09:24:03 +0300 |
---|---|---|
committer | Arthur Zamarin <arthurzam@gentoo.org> | 2022-06-17 09:24:03 +0300 |
commit | ed08f608cb893b4d560df134c46cd0e116070093 (patch) | |
tree | 1fa08d0d89630319d40ba4e15268a8ee76dce2fc /dev-python/python-discid | |
parent | media-video/qmplay2: add 22.06.16 (diff) | |
download | gentoo-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.ebuild | 2 |
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 |