diff options
author | 2023-07-23 10:25:12 +0200 | |
---|---|---|
committer | 2023-07-23 10:25:12 +0200 | |
commit | 83a5ff71e8e4a419dd4b94065ceaf84dba507c3e (patch) | |
tree | 760ded9ec4c507be9aa8d8c79dac60509cc535d3 /dev-python/exceptiongroup | |
parent | package.mask: Last rite dev-python/vncdotool (diff) | |
download | gentoo-83a5ff71e8e4a419dd4b94065ceaf84dba507c3e.tar.gz gentoo-83a5ff71e8e4a419dd4b94065ceaf84dba507c3e.tar.bz2 gentoo-83a5ff71e8e4a419dd4b94065ceaf84dba507c3e.zip |
dev-python/exceptiongroup: Enable py3.12
This package is a backport and does not offer anything new to Python
3.12 but unfortunately we need to add py3.12 because of a single
developer of great self-importance who refuses to import it
conditionally.
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/exceptiongroup')
-rw-r--r-- | dev-python/exceptiongroup/exceptiongroup-1.1.2.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/exceptiongroup/exceptiongroup-1.1.2.ebuild b/dev-python/exceptiongroup/exceptiongroup-1.1.2.ebuild index 0726291913a8..df9172779f44 100644 --- a/dev-python/exceptiongroup/exceptiongroup-1.1.2.ebuild +++ b/dev-python/exceptiongroup/exceptiongroup-1.1.2.ebuild @@ -4,7 +4,7 @@ EAPI=8 DISTUTILS_USE_PEP517=flit_scm -PYTHON_COMPAT=( pypy3 python3_{10..11} ) +PYTHON_COMPAT=( pypy3 python3_{10..12} ) inherit distutils-r1 |