summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2023-07-23 17:15:44 +0200
committerMichał Górny <mgorny@gentoo.org>2023-07-23 17:29:23 +0200
commitea5b917d1742e45b7f8e9347bbef6c3968de5248 (patch)
tree75c4baf4d87df4a86570c5a961d50ff64eb6a17e /dev-python/atpublic
parentmedia-video/mpv: backport fix for use with pipewire-0.3.75 (diff)
downloadgentoo-ea5b917d1742e45b7f8e9347bbef6c3968de5248.tar.gz
gentoo-ea5b917d1742e45b7f8e9347bbef6c3968de5248.tar.bz2
gentoo-ea5b917d1742e45b7f8e9347bbef6c3968de5248.zip
dev-python/atpublic: Enable py3.12
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/atpublic')
-rw-r--r--dev-python/atpublic/atpublic-4.0.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/atpublic/atpublic-4.0.ebuild b/dev-python/atpublic/atpublic-4.0.ebuild
index f33c1d02d2fe..d72d371eced0 100644
--- a/dev-python/atpublic/atpublic-4.0.ebuild
+++ b/dev-python/atpublic/atpublic-4.0.ebuild
@@ -4,7 +4,7 @@
EAPI=8
DISTUTILS_USE_PEP517=pdm-backend
-PYTHON_COMPAT=( python3_{10..11} )
+PYTHON_COMPAT=( python3_{10..12} )
inherit distutils-r1 pypi