diff options
author | Michał Górny <mgorny@gentoo.org> | 2024-07-09 17:29:01 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2024-07-09 17:30:49 +0200 |
commit | 96382609359ffddee4cbc665e7839a97ec6406e9 (patch) | |
tree | a84235aca2b77e6afc1f2b422ab2ef5a38f08ba9 /dev-python/amqp/amqp-5.2.0.ebuild | |
parent | dev-python/pytest-twisted: Enable py3.13 (diff) | |
download | gentoo-96382609359ffddee4cbc665e7839a97ec6406e9.tar.gz gentoo-96382609359ffddee4cbc665e7839a97ec6406e9.tar.bz2 gentoo-96382609359ffddee4cbc665e7839a97ec6406e9.zip |
dev-python/amqp: Enable py3.13
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/amqp/amqp-5.2.0.ebuild')
-rw-r--r-- | dev-python/amqp/amqp-5.2.0.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/amqp/amqp-5.2.0.ebuild b/dev-python/amqp/amqp-5.2.0.ebuild index 87c983af59eb..26d896e76367 100644 --- a/dev-python/amqp/amqp-5.2.0.ebuild +++ b/dev-python/amqp/amqp-5.2.0.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} ) +PYTHON_COMPAT=( python3_{10..13} ) inherit distutils-r1 pypi |