diff options
author | 2023-05-24 08:10:18 +0200 | |
---|---|---|
committer | 2023-05-24 09:01:55 +0200 | |
commit | 0f3e61fc761caa8eb89a199cde32d2d645470eb6 (patch) | |
tree | 0625c3e8febf20dc8f242c65426b9789964a6837 /dev-python/filelock | |
parent | dev-python/pyopengl: Bump to 3.1.7 (diff) | |
download | gentoo-0f3e61fc761caa8eb89a199cde32d2d645470eb6.tar.gz gentoo-0f3e61fc761caa8eb89a199cde32d2d645470eb6.tar.bz2 gentoo-0f3e61fc761caa8eb89a199cde32d2d645470eb6.zip |
dev-python/filelock: Enable py3.12
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/filelock')
-rw-r--r-- | dev-python/filelock/filelock-3.12.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/filelock/filelock-3.12.0.ebuild b/dev-python/filelock/filelock-3.12.0.ebuild index 4fec7a7ebaad..54644128891b 100644 --- a/dev-python/filelock/filelock-3.12.0.ebuild +++ b/dev-python/filelock/filelock-3.12.0.ebuild @@ -4,7 +4,7 @@ EAPI=8 DISTUTILS_USE_PEP517=hatchling -PYTHON_COMPAT=( python3_{9..11} pypy3 ) +PYTHON_COMPAT=( python3_{9..12} pypy3 ) inherit distutils-r1 pypi |