summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2024-06-17 17:22:59 +0200
committerMichał Górny <mgorny@gentoo.org>2024-06-17 18:25:41 +0200
commitcc769a3f5850299b02814f2e95ecb312d44e9677 (patch)
tree1da76e9f8f596b0abeb52ec7957cfdc1b3fd8d23 /dev-python/nox
parentdev-python/nox: Remove old (diff)
downloadgentoo-cc769a3f5850299b02814f2e95ecb312d44e9677.tar.gz
gentoo-cc769a3f5850299b02814f2e95ecb312d44e9677.tar.bz2
gentoo-cc769a3f5850299b02814f2e95ecb312d44e9677.zip
dev-python/nox: Enable py3.13
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/nox')
-rw-r--r--dev-python/nox/nox-2024.04.15.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/nox/nox-2024.04.15.ebuild b/dev-python/nox/nox-2024.04.15.ebuild
index d0ba41be000f..160adc8eb3e0 100644
--- a/dev-python/nox/nox-2024.04.15.ebuild
+++ b/dev-python/nox/nox-2024.04.15.ebuild
@@ -4,7 +4,7 @@
EAPI=8
DISTUTILS_USE_PEP517=hatchling
-PYTHON_COMPAT=( pypy3 python3_{10..12} )
+PYTHON_COMPAT=( pypy3 python3_{10..13} )
inherit distutils-r1