diff options
author | Sam James <sam@gentoo.org> | 2023-05-01 09:30:41 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2023-05-01 09:33:51 +0100 |
commit | f6f47da965673ce8435b2cf8331e2af304a87c6b (patch) | |
tree | b9c92b6ed86ae8c4c220cd89c0a956fd95044f0e /dev-util/gyp/gyp-99999999999999.ebuild | |
parent | media-libs/openimageio: Stabilize 2.4.6.0-r1 amd64, #899444 (diff) | |
download | gentoo-f6f47da965673ce8435b2cf8331e2af304a87c6b.tar.gz gentoo-f6f47da965673ce8435b2cf8331e2af304a87c6b.tar.bz2 gentoo-f6f47da965673ce8435b2cf8331e2af304a87c6b.zip |
dev-util/gyp: enable py3.11
Closes: https://bugs.gentoo.org/896930
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-util/gyp/gyp-99999999999999.ebuild')
-rw-r--r-- | dev-util/gyp/gyp-99999999999999.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-util/gyp/gyp-99999999999999.ebuild b/dev-util/gyp/gyp-99999999999999.ebuild index 22b7cac6dc60..8861e63de779 100644 --- a/dev-util/gyp/gyp-99999999999999.ebuild +++ b/dev-util/gyp/gyp-99999999999999.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI="8" -PYTHON_COMPAT=( python3_{9..10} ) +PYTHON_COMPAT=( python3_{9..11} ) DISTUTILS_SINGLE_IMPL="1" inherit distutils-r1 |