summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2024-06-13 19:05:01 +0200
committerMichał Górny <mgorny@gentoo.org>2024-06-13 19:17:28 +0200
commitc2ad6dff4757c7bfd2c6a05fd5897733f35354b6 (patch)
tree20d0183e1eff9fc909a3e60ae8e32b6b132e5429
parentdev-ml/base_quickcheck: add 0.17.0 (diff)
downloadgentoo-c2ad6dff4757c7bfd2c6a05fd5897733f35354b6.tar.gz
gentoo-c2ad6dff4757c7bfd2c6a05fd5897733f35354b6.tar.bz2
gentoo-c2ad6dff4757c7bfd2c6a05fd5897733f35354b6.zip
dev-python/autopep8: Enable py3.13
Signed-off-by: Michał Górny <mgorny@gentoo.org>
-rw-r--r--dev-python/autopep8/autopep8-2.2.0.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/autopep8/autopep8-2.2.0.ebuild b/dev-python/autopep8/autopep8-2.2.0.ebuild
index 6a718a775d3f..814d492a2374 100644
--- a/dev-python/autopep8/autopep8-2.2.0.ebuild
+++ b/dev-python/autopep8/autopep8-2.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 )
PYTHON_REQ_USE="threads(+)"
inherit distutils-r1 pypi