diff options
author | Michał Górny <mgorny@gentoo.org> | 2024-05-08 19:16:48 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2024-05-08 20:31:26 +0200 |
commit | cbf28e9092d99280ec5ca77beeac154f6d16ec4e (patch) | |
tree | 3c24f141f7b7177aab4f388a9e31b532c65e0635 /dev-python/portend | |
parent | dev-python/tempora: Enable py3.13 (diff) | |
download | gentoo-cbf28e9092d99280ec5ca77beeac154f6d16ec4e.tar.gz gentoo-cbf28e9092d99280ec5ca77beeac154f6d16ec4e.tar.bz2 gentoo-cbf28e9092d99280ec5ca77beeac154f6d16ec4e.zip |
dev-python/portend: Enable py3.13
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/portend')
-rw-r--r-- | dev-python/portend/portend-3.2.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/portend/portend-3.2.0.ebuild b/dev-python/portend/portend-3.2.0.ebuild index 501d62570ab2..5a60c286894e 100644 --- a/dev-python/portend/portend-3.2.0.ebuild +++ b/dev-python/portend/portend-3.2.0.ebuild @@ -4,7 +4,7 @@ EAPI=8 DISTUTILS_USE_PEP517=setuptools -PYTHON_COMPAT=( python3_{10..12} pypy3 ) +PYTHON_COMPAT=( python3_{10..13} pypy3 ) inherit distutils-r1 pypi |