diff options
author | Michał Górny <mgorny@gentoo.org> | 2023-07-23 17:15:44 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2023-07-23 17:29:23 +0200 |
commit | ea5b917d1742e45b7f8e9347bbef6c3968de5248 (patch) | |
tree | 75c4baf4d87df4a86570c5a961d50ff64eb6a17e | |
parent | media-video/mpv: backport fix for use with pipewire-0.3.75 (diff) | |
download | gentoo-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>
-rw-r--r-- | dev-python/atpublic/atpublic-4.0.ebuild | 2 |
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 |