summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2024-05-18 18:34:22 +0200
committerMichał Górny <mgorny@gentoo.org>2024-05-18 18:34:22 +0200
commit7d8a351b1032c3ea885f47883b0a4ed13924a59d (patch)
treed0bbdcf3e8e0732a89b521d9ca9438ef55985585
parentdev-python/lz4: Fix variable order (diff)
downloadgentoo-7d8a351b1032c3ea885f47883b0a4ed13924a59d.tar.gz
gentoo-7d8a351b1032c3ea885f47883b0a4ed13924a59d.tar.bz2
gentoo-7d8a351b1032c3ea885f47883b0a4ed13924a59d.zip
dev-python/paste: Enable py3.13
Signed-off-by: Michał Górny <mgorny@gentoo.org>
-rw-r--r--dev-python/paste/paste-3.10.1.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/paste/paste-3.10.1.ebuild b/dev-python/paste/paste-3.10.1.ebuild
index 353c1cfdd8bd..99eda4c20ca0 100644
--- a/dev-python/paste/paste-3.10.1.ebuild
+++ b/dev-python/paste/paste-3.10.1.ebuild
@@ -5,7 +5,7 @@ EAPI=8
DISTUTILS_USE_PEP517=setuptools
PYPI_PN=${PN^}
-PYTHON_COMPAT=( python3_{10..12} pypy3 )
+PYTHON_COMPAT=( python3_{10..13} pypy3 )
inherit distutils-r1 pypi