diff options
author | Andrew Ammerlaan <andrewammerlaan@gentoo.org> | 2022-10-15 16:08:34 +0200 |
---|---|---|
committer | Andrew Ammerlaan <andrewammerlaan@gentoo.org> | 2022-10-15 16:10:15 +0200 |
commit | 1ba7140aa391732910a88f58e8370198be165bc1 (patch) | |
tree | 05033402bb2edc145884c0cf5cc08a911f4100b3 /dev-python/locket | |
parent | dev-python/spur: update EAPI 7 -> 8, pep517, add py3_{10,11}, nose2pytest (diff) | |
download | gentoo-1ba7140aa391732910a88f58e8370198be165bc1.tar.gz gentoo-1ba7140aa391732910a88f58e8370198be165bc1.tar.bz2 gentoo-1ba7140aa391732910a88f58e8370198be165bc1.zip |
dev-python/locket: enable py3.11
Signed-off-by: Andrew Ammerlaan <andrewammerlaan@gentoo.org>
Diffstat (limited to 'dev-python/locket')
-rw-r--r-- | dev-python/locket/locket-1.0.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/locket/locket-1.0.0.ebuild b/dev-python/locket/locket-1.0.0.ebuild index 89a030b3840e..c4ffd3a45e77 100644 --- a/dev-python/locket/locket-1.0.0.ebuild +++ b/dev-python/locket/locket-1.0.0.ebuild @@ -4,7 +4,7 @@ EAPI=8 DISTUTILS_USE_PEP517=setuptools -PYTHON_COMPAT=( python3_{8..10} ) +PYTHON_COMPAT=( python3_{8..11} ) inherit distutils-r1 |