summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2022-05-13 17:02:06 +0200
committerMichał Górny <mgorny@gentoo.org>2022-05-13 18:10:58 +0200
commit22ca933e876509f2116b00184d159d7531c7bac8 (patch)
tree52f41a273230d81903e06fab8f7333302b65e154 /dev-python/sniffio
parentdev-python/sniffio: Use PEP517 build (diff)
downloadgentoo-22ca933e876509f2116b00184d159d7531c7bac8.tar.gz
gentoo-22ca933e876509f2116b00184d159d7531c7bac8.tar.bz2
gentoo-22ca933e876509f2116b00184d159d7531c7bac8.zip
dev-python/sniffio: Enable py3.11
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/sniffio')
-rw-r--r--dev-python/sniffio/sniffio-1.2.0-r1.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/sniffio/sniffio-1.2.0-r1.ebuild b/dev-python/sniffio/sniffio-1.2.0-r1.ebuild
index 08c92e236b7e..d22e05c4e1b3 100644
--- a/dev-python/sniffio/sniffio-1.2.0-r1.ebuild
+++ b/dev-python/sniffio/sniffio-1.2.0-r1.ebuild
@@ -4,7 +4,7 @@
EAPI=8
DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( pypy3 python3_{8..10} )
+PYTHON_COMPAT=( pypy3 python3_{8..11} )
inherit distutils-r1