diff options
author | Maciej Barć <xgqt@gentoo.org> | 2023-01-16 02:22:34 +0100 |
---|---|---|
committer | Maciej Barć <xgqt@gentoo.org> | 2023-01-16 02:57:04 +0100 |
commit | 133f63e3268508f8ca1b8e8b064aa944eb5ca18d (patch) | |
tree | abd7d052417c0ebbdee424ea6d94331b17eea770 /dev-python/colour | |
parent | dev-python/OutputCheck: enable python 3.11 (diff) | |
download | gentoo-133f63e3268508f8ca1b8e8b064aa944eb5ca18d.tar.gz gentoo-133f63e3268508f8ca1b8e8b064aa944eb5ca18d.tar.bz2 gentoo-133f63e3268508f8ca1b8e8b064aa944eb5ca18d.zip |
dev-python/colour: enable python 3.11
Signed-off-by: Maciej Barć <xgqt@gentoo.org>
Diffstat (limited to 'dev-python/colour')
-rw-r--r-- | dev-python/colour/colour-0.1.5.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/colour/colour-0.1.5.ebuild b/dev-python/colour/colour-0.1.5.ebuild index c085af188fe6..60dfae5ee96d 100644 --- a/dev-python/colour/colour-0.1.5.ebuild +++ b/dev-python/colour/colour-0.1.5.ebuild @@ -4,7 +4,7 @@ EAPI=8 DISTUTILS_USE_PEP517=setuptools -PYTHON_COMPAT=( python3_{9..10} ) +PYTHON_COMPAT=( python3_{9..11} ) inherit distutils-r1 |