diff options
author | 2023-05-27 12:33:58 +0200 | |
---|---|---|
committer | 2023-05-27 12:14:00 +0100 | |
commit | 754479b319752629c6fcb0c08a355eb47cc2ff5c (patch) | |
tree | 50d91e187026df80ba91f29444ecae33b8171c36 /dev-python/pyasn1 | |
parent | app-admin/ansible-modules-hashivault: add github upstream metadata (diff) | |
download | gentoo-754479b319752629c6fcb0c08a355eb47cc2ff5c.tar.gz gentoo-754479b319752629c6fcb0c08a355eb47cc2ff5c.tar.bz2 gentoo-754479b319752629c6fcb0c08a355eb47cc2ff5c.zip |
dev-python/pyasn1: enable py3.12
Signed-off-by: Petr Vaněk <arkamar@atlas.cz>
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-python/pyasn1')
-rw-r--r-- | dev-python/pyasn1/pyasn1-0.5.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/pyasn1/pyasn1-0.5.0.ebuild b/dev-python/pyasn1/pyasn1-0.5.0.ebuild index 8dd01df5605f..4980cf43228d 100644 --- a/dev-python/pyasn1/pyasn1-0.5.0.ebuild +++ b/dev-python/pyasn1/pyasn1-0.5.0.ebuild @@ -4,7 +4,7 @@ EAPI=8 DISTUTILS_USE_PEP517=setuptools -PYTHON_COMPAT=( python3_{9..11} pypy3 ) +PYTHON_COMPAT=( python3_{10..12} pypy3 ) inherit distutils-r1 pypi |