summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2023-05-31 20:52:54 +0200
committerMichał Górny <mgorny@gentoo.org>2023-05-31 21:08:42 +0200
commitb8faa682b9bf11bedd551ecb555f5c54cbe483f4 (patch)
tree476f81d0fb4eacb981a51057d1db2f871ec305e5 /dev-python/lockfile
parentdev-python/jwcrypto: Enable py3.12 (diff)
downloadgentoo-b8faa682b9bf11bedd551ecb555f5c54cbe483f4.tar.gz
gentoo-b8faa682b9bf11bedd551ecb555f5c54cbe483f4.tar.bz2
gentoo-b8faa682b9bf11bedd551ecb555f5c54cbe483f4.zip
dev-python/lockfile: Enable py3.12
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/lockfile')
-rw-r--r--dev-python/lockfile/lockfile-0.12.2-r3.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/lockfile/lockfile-0.12.2-r3.ebuild b/dev-python/lockfile/lockfile-0.12.2-r3.ebuild
index 9117cc4807e0..e8b1020e82dc 100644
--- a/dev-python/lockfile/lockfile-0.12.2-r3.ebuild
+++ b/dev-python/lockfile/lockfile-0.12.2-r3.ebuild
@@ -4,7 +4,7 @@
EAPI=8
DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{9..11} pypy3 )
+PYTHON_COMPAT=( python3_{10..12} pypy3 )
inherit distutils-r1 pypi