diff options
author | Michał Górny <mgorny@gentoo.org> | 2023-07-23 08:54:42 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2023-07-23 08:54:42 +0200 |
commit | 4152bcaf353e65d063e30224eb03973ac95a3e55 (patch) | |
tree | 0a537e0d3f6ae58d422be5f0e016495d76b65d5e /dev-python/pyscreenshot | |
parent | dev-python/mss: Enable py3.12 (diff) | |
download | gentoo-4152bcaf353e65d063e30224eb03973ac95a3e55.tar.gz gentoo-4152bcaf353e65d063e30224eb03973ac95a3e55.tar.bz2 gentoo-4152bcaf353e65d063e30224eb03973ac95a3e55.zip |
dev-python/pyscreenshot: Enable py3.12
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/pyscreenshot')
-rw-r--r-- | dev-python/pyscreenshot/pyscreenshot-3.1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/pyscreenshot/pyscreenshot-3.1.ebuild b/dev-python/pyscreenshot/pyscreenshot-3.1.ebuild index 77ad087fa09e..224e31fbe31a 100644 --- a/dev-python/pyscreenshot/pyscreenshot-3.1.ebuild +++ b/dev-python/pyscreenshot/pyscreenshot-3.1.ebuild @@ -3,7 +3,7 @@ EAPI=8 -PYTHON_COMPAT=( python3_{9..11} ) +PYTHON_COMPAT=( python3_{10..12} ) DISTUTILS_USE_PEP517=setuptools inherit distutils-r1 virtualx |