diff options
author | Michał Górny <mgorny@gentoo.org> | 2022-05-13 17:02:06 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2022-05-13 18:10:58 +0200 |
commit | 22ca933e876509f2116b00184d159d7531c7bac8 (patch) | |
tree | 52f41a273230d81903e06fab8f7333302b65e154 /dev-python/sniffio | |
parent | dev-python/sniffio: Use PEP517 build (diff) | |
download | gentoo-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.ebuild | 2 |
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 |