diff options
author | Michał Górny <mgorny@gentoo.org> | 2024-05-18 17:20:33 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2024-05-18 17:24:31 +0200 |
commit | 092d0bf36c494060af6d1c08c2d1f9d6850b0f8e (patch) | |
tree | 9b666a218108369cbe111d72f663cf6e3db1e46a /dev-python/annotated-types | |
parent | dev-python/antlr4-python3-runtime: Enable py3.13 (diff) | |
download | gentoo-092d0bf36c494060af6d1c08c2d1f9d6850b0f8e.tar.gz gentoo-092d0bf36c494060af6d1c08c2d1f9d6850b0f8e.tar.bz2 gentoo-092d0bf36c494060af6d1c08c2d1f9d6850b0f8e.zip |
dev-python/annotated-types: Enable py3.13
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/annotated-types')
-rw-r--r-- | dev-python/annotated-types/annotated-types-0.6.0.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/annotated-types/annotated-types-0.6.0.ebuild b/dev-python/annotated-types/annotated-types-0.6.0.ebuild index e22c16362c29..b1c10a93f1ba 100644 --- a/dev-python/annotated-types/annotated-types-0.6.0.ebuild +++ b/dev-python/annotated-types/annotated-types-0.6.0.ebuild @@ -1,10 +1,10 @@ -# Copyright 2023 Gentoo Authors +# Copyright 2023-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 DISTUTILS_USE_PEP517=hatchling -PYTHON_COMPAT=( pypy3 python3_{10..12} ) +PYTHON_COMPAT=( pypy3 python3_{10..13} ) inherit distutils-r1 pypi |