diff options
author | Sam James <sam@gentoo.org> | 2022-08-10 13:56:47 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2022-08-10 14:00:01 +0100 |
commit | 678997aedece58850d5de86e168c51d1780b9a2f (patch) | |
tree | 9994df44b306a30b9a7125b0c9bf0a7c53361cca /dev-python/construct/construct-2.10.68.ebuild | |
parent | dev-python/pyphen: enable py3.11 (diff) | |
download | gentoo-678997aedece58850d5de86e168c51d1780b9a2f.tar.gz gentoo-678997aedece58850d5de86e168c51d1780b9a2f.tar.bz2 gentoo-678997aedece58850d5de86e168c51d1780b9a2f.zip |
dev-python/construct: enable py3.11
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-python/construct/construct-2.10.68.ebuild')
-rw-r--r-- | dev-python/construct/construct-2.10.68.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/construct/construct-2.10.68.ebuild b/dev-python/construct/construct-2.10.68.ebuild index 727d0a891abc..4f911c8266f0 100644 --- a/dev-python/construct/construct-2.10.68.ebuild +++ b/dev-python/construct/construct-2.10.68.ebuild @@ -4,7 +4,7 @@ EAPI=8 DISTUTILS_USE_PEP517=setuptools -PYTHON_COMPAT=( python3_{8..10} ) +PYTHON_COMPAT=( python3_{8..11} ) inherit distutils-r1 |