diff options
author | Michał Górny <mgorny@gentoo.org> | 2023-05-26 18:56:18 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2023-05-26 18:56:18 +0200 |
commit | eb6ee531d810cb5ce750b6e2216011c85a30e4d2 (patch) | |
tree | d98c64abcdd18a929836ae618fce15ba39214ddf /dev-python/pypng | |
parent | dev-python/beautifulsoup4: Enable py3.12 (diff) | |
download | gentoo-eb6ee531d810cb5ce750b6e2216011c85a30e4d2.tar.gz gentoo-eb6ee531d810cb5ce750b6e2216011c85a30e4d2.tar.bz2 gentoo-eb6ee531d810cb5ce750b6e2216011c85a30e4d2.zip |
dev-python/pypng: Enable py3.12
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/pypng')
-rw-r--r-- | dev-python/pypng/pypng-0.20220715.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/pypng/pypng-0.20220715.0.ebuild b/dev-python/pypng/pypng-0.20220715.0.ebuild index 1be81e4e040e..83bef9c7f607 100644 --- a/dev-python/pypng/pypng-0.20220715.0.ebuild +++ b/dev-python/pypng/pypng-0.20220715.0.ebuild @@ -4,7 +4,7 @@ EAPI=8 DISTUTILS_USE_PEP517=setuptools -PYTHON_COMPAT=( python3_{9..11} ) +PYTHON_COMPAT=( python3_{10..12} ) inherit distutils-r1 |