diff options
author | Michał Górny <mgorny@gentoo.org> | 2024-05-17 16:28:42 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2024-05-17 16:31:47 +0200 |
commit | ba09176c7849f6324aef69c54981172e8b7965b3 (patch) | |
tree | be26d1abc631fb8a4402a8307564127b0c196498 /dev-python/cycler | |
parent | dev-python/cstruct: Enable py3.13 (diff) | |
download | gentoo-ba09176c7849f6324aef69c54981172e8b7965b3.tar.gz gentoo-ba09176c7849f6324aef69c54981172e8b7965b3.tar.bz2 gentoo-ba09176c7849f6324aef69c54981172e8b7965b3.zip |
dev-python/cycler: Enable py3.13
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/cycler')
-rw-r--r-- | dev-python/cycler/cycler-0.12.1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/cycler/cycler-0.12.1.ebuild b/dev-python/cycler/cycler-0.12.1.ebuild index 01fe7761de74..09aa22cc1708 100644 --- a/dev-python/cycler/cycler-0.12.1.ebuild +++ b/dev-python/cycler/cycler-0.12.1.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 ) inherit distutils-r1 |