diff options
author | Maciej Barć <xgqt@gentoo.org> | 2023-01-16 02:25:02 +0100 |
---|---|---|
committer | Maciej Barć <xgqt@gentoo.org> | 2023-01-16 02:57:04 +0100 |
commit | 64b9e1bf02ee9f36572a725d93c4efe4cbf0c7b6 (patch) | |
tree | 5518f6e03018474a98c2644a9a785bc31b3e6134 /dev-python/itunespy | |
parent | dev-python/ffmpeg-python: enable python 3.11 (diff) | |
download | gentoo-64b9e1bf02ee9f36572a725d93c4efe4cbf0c7b6.tar.gz gentoo-64b9e1bf02ee9f36572a725d93c4efe4cbf0c7b6.tar.bz2 gentoo-64b9e1bf02ee9f36572a725d93c4efe4cbf0c7b6.zip |
dev-python/itunespy: enable python 3.11
Signed-off-by: Maciej Barć <xgqt@gentoo.org>
Diffstat (limited to 'dev-python/itunespy')
-rw-r--r-- | dev-python/itunespy/itunespy-1.6-r1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/itunespy/itunespy-1.6-r1.ebuild b/dev-python/itunespy/itunespy-1.6-r1.ebuild index 1409dcbcaa44..c8faaee18db8 100644 --- a/dev-python/itunespy/itunespy-1.6-r1.ebuild +++ b/dev-python/itunespy/itunespy-1.6-r1.ebuild @@ -4,7 +4,7 @@ EAPI=8 DISTUTILS_USE_PEP517=setuptools -PYTHON_COMPAT=( python3_{9..10} ) +PYTHON_COMPAT=( python3_{9..11} ) inherit distutils-r1 |