commit: f7ec34fa6e751413da6176ac850cc0a271bcfbca Author: Petr Vaněk <arkamar <AT> atlas <DOT> cz> AuthorDate: Mon May 29 13:04:18 2023 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Mon May 29 13:57:43 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f7ec34fa
dev-python/sniffio: enable py3.12 Signed-off-by: Petr Vaněk <arkamar <AT> atlas.cz> Closes: https://github.com/gentoo/gentoo/pull/31215 Signed-off-by: Sam James <sam <AT> gentoo.org> dev-python/sniffio/sniffio-1.3.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/sniffio/sniffio-1.3.0.ebuild b/dev-python/sniffio/sniffio-1.3.0.ebuild index b9df958408dc..01a89319fcec 100644 --- a/dev-python/sniffio/sniffio-1.3.0.ebuild +++ b/dev-python/sniffio/sniffio-1.3.0.ebuild @@ -4,7 +4,7 @@ EAPI=8 DISTUTILS_USE_PEP517=setuptools -PYTHON_COMPAT=( pypy3 python3_{9..11} ) +PYTHON_COMPAT=( pypy3 python3_{10..12} ) inherit distutils-r1
