diff options
author | 2024-05-14 11:49:30 +0200 | |
---|---|---|
committer | 2024-05-14 11:54:25 +0200 | |
commit | b0440e273f248d8624678fd9cb2764ece8a30f05 (patch) | |
tree | 9b389abca4807c6a1fc7c888b4a9a838784c09a0 /dev-python/flasgger | |
parent | dev-python/pyproject-fmt: Fix dev-python/pyproject-fmt-rust dep (diff) | |
download | gentoo-b0440e273f248d8624678fd9cb2764ece8a30f05.tar.gz gentoo-b0440e273f248d8624678fd9cb2764ece8a30f05.tar.bz2 gentoo-b0440e273f248d8624678fd9cb2764ece8a30f05.zip |
dev-python/flasgger: Enable py3.13
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/flasgger')
-rw-r--r-- | dev-python/flasgger/flasgger-0.9.7.1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/flasgger/flasgger-0.9.7.1.ebuild b/dev-python/flasgger/flasgger-0.9.7.1.ebuild index 6d77656bedfa..5d4956b18381 100644 --- a/dev-python/flasgger/flasgger-0.9.7.1.ebuild +++ b/dev-python/flasgger/flasgger-0.9.7.1.ebuild @@ -4,7 +4,7 @@ EAPI=8 DISTUTILS_USE_PEP517=setuptools -PYTHON_COMPAT=( pypy3 python3_{10..12} ) +PYTHON_COMPAT=( pypy3 python3_{10..13} ) inherit distutils-r1 pypi |