summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2024-05-14 18:08:10 +0200
committerMichał Górny <mgorny@gentoo.org>2024-05-14 18:08:10 +0200
commit8efe7b91c3dea3d6c6c83e8250e0d33a0c0be719 (patch)
treef5549b27c71465d80993793ed752d4f3a40125eb /dev-python
parentdev-python/exceptiongroup: Enable py3.13 (diff)
downloadgentoo-8efe7b91c3dea3d6c6c83e8250e0d33a0c0be719.tar.gz
gentoo-8efe7b91c3dea3d6c6c83e8250e0d33a0c0be719.tar.bz2
gentoo-8efe7b91c3dea3d6c6c83e8250e0d33a0c0be719.zip
dev-python/sniffio: Enable py3.13
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python')
-rw-r--r--dev-python/sniffio/sniffio-1.3.1.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/sniffio/sniffio-1.3.1.ebuild b/dev-python/sniffio/sniffio-1.3.1.ebuild
index 73a28d316f7d..26c7f2e1d715 100644
--- a/dev-python/sniffio/sniffio-1.3.1.ebuild
+++ b/dev-python/sniffio/sniffio-1.3.1.ebuild
@@ -4,7 +4,7 @@
EAPI=8
DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( pypy3 python3_{10..12} )
+PYTHON_COMPAT=( pypy3 python3_{10..13} )
inherit distutils-r1