summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2023-05-25 17:42:29 +0200
committerMichał Górny <mgorny@gentoo.org>2023-05-25 17:47:37 +0200
commit2c90857dbb457cf80a028537e879c157d04a6656 (patch)
tree86f541932edeb8173b03342d6cd5c3ed60496085 /dev-python/time-machine
parentdev-python/pytest-freezegun: Enable py3.12 (diff)
downloadgentoo-2c90857dbb457cf80a028537e879c157d04a6656.tar.gz
gentoo-2c90857dbb457cf80a028537e879c157d04a6656.tar.bz2
gentoo-2c90857dbb457cf80a028537e879c157d04a6656.zip
dev-python/time-machine: Enable py3.12
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/time-machine')
-rw-r--r--dev-python/time-machine/time-machine-2.9.0.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/time-machine/time-machine-2.9.0.ebuild b/dev-python/time-machine/time-machine-2.9.0.ebuild
index 0c5e891b9b4a..a9c1e18963e2 100644
--- a/dev-python/time-machine/time-machine-2.9.0.ebuild
+++ b/dev-python/time-machine/time-machine-2.9.0.ebuild
@@ -5,7 +5,7 @@ EAPI=8
DISTUTILS_EXT=1
DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{9..11} )
+PYTHON_COMPAT=( python3_{10..12} )
inherit distutils-r1