diff options
author | Michał Górny <mgorny@gentoo.org> | 2022-05-27 07:57:38 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2022-05-27 08:10:34 +0200 |
commit | c9a7c92083da2be2c433eafb861a971409f4090c (patch) | |
tree | 92f1272f6b33928290c20c735f9306225c2111c7 /dev-python/lockfile | |
parent | dev-python/lockfile: Use PEP517 build (diff) | |
download | gentoo-c9a7c92083da2be2c433eafb861a971409f4090c.tar.gz gentoo-c9a7c92083da2be2c433eafb861a971409f4090c.tar.bz2 gentoo-c9a7c92083da2be2c433eafb861a971409f4090c.zip |
dev-python/lockfile: Enable py3.11
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.ebuild | 2 |
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 3eee1e70ca38..17e6b4848ad6 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_{8..10} pypy3 ) +PYTHON_COMPAT=( python3_{8..11} pypy3 ) inherit distutils-r1 |