diff options
author | Petr Vaněk <arkamar@gentoo.org> | 2024-06-15 17:00:23 +0200 |
---|---|---|
committer | Petr Vaněk <arkamar@gentoo.org> | 2024-06-15 17:07:33 +0200 |
commit | 6db2c169459ff9ea25ea8d235b25fc22cf96856f (patch) | |
tree | 80e3bbb115eba6aec79f7b4bb17514f914b5afdd /dev-python/asn1crypto | |
parent | dev-python/binaryornot: enable py3.13 (diff) | |
download | gentoo-6db2c169459ff9ea25ea8d235b25fc22cf96856f.tar.gz gentoo-6db2c169459ff9ea25ea8d235b25fc22cf96856f.tar.bz2 gentoo-6db2c169459ff9ea25ea8d235b25fc22cf96856f.zip |
dev-python/asn1crypto: enable py3.13
Signed-off-by: Petr Vaněk <arkamar@gentoo.org>
Diffstat (limited to 'dev-python/asn1crypto')
-rw-r--r-- | dev-python/asn1crypto/asn1crypto-1.5.1_p20231012.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/asn1crypto/asn1crypto-1.5.1_p20231012.ebuild b/dev-python/asn1crypto/asn1crypto-1.5.1_p20231012.ebuild index c982d04dcbe9..ca0136622d82 100644 --- a/dev-python/asn1crypto/asn1crypto-1.5.1_p20231012.ebuild +++ b/dev-python/asn1crypto/asn1crypto-1.5.1_p20231012.ebuild @@ -1,10 +1,10 @@ -# Copyright 1999-2023 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 DISTUTILS_USE_PEP517=setuptools -PYTHON_COMPAT=( python3_{10..12} pypy3 ) +PYTHON_COMPAT=( python3_{10..13} pypy3 ) PYTHON_REQ_USE="threads(+)" inherit distutils-r1 |