summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2022-05-12 17:40:45 +0200
committerMichał Górny <mgorny@gentoo.org>2022-05-12 18:17:03 +0200
commit82b86b37c36d5426cf80bac527dedb2f0df9ef44 (patch)
tree483f0cbfc90c6f61dd3426507c41398598bb7b06
parentdev-python/hyperframe: EAPI 8, PEP517 (diff)
downloadgentoo-82b86b37c36d5426cf80bac527dedb2f0df9ef44.tar.gz
gentoo-82b86b37c36d5426cf80bac527dedb2f0df9ef44.tar.bz2
gentoo-82b86b37c36d5426cf80bac527dedb2f0df9ef44.zip
dev-python/hyperframe: Enable py3.11
Signed-off-by: Michał Górny <mgorny@gentoo.org>
-rw-r--r--dev-python/hyperframe/hyperframe-5.2.0-r1.ebuild2
-rw-r--r--dev-python/hyperframe/hyperframe-6.0.1-r1.ebuild2
2 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/hyperframe/hyperframe-5.2.0-r1.ebuild b/dev-python/hyperframe/hyperframe-5.2.0-r1.ebuild
index 682e8ea32ac7..4b9336c3c45b 100644
--- a/dev-python/hyperframe/hyperframe-5.2.0-r1.ebuild
+++ b/dev-python/hyperframe/hyperframe-5.2.0-r1.ebuild
@@ -4,7 +4,7 @@
EAPI=8
DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{8..10} pypy3 )
+PYTHON_COMPAT=( python3_{8..11} pypy3 )
inherit distutils-r1
diff --git a/dev-python/hyperframe/hyperframe-6.0.1-r1.ebuild b/dev-python/hyperframe/hyperframe-6.0.1-r1.ebuild
index b86b597b3052..a3c894fc5d7e 100644
--- a/dev-python/hyperframe/hyperframe-6.0.1-r1.ebuild
+++ b/dev-python/hyperframe/hyperframe-6.0.1-r1.ebuild
@@ -4,7 +4,7 @@
EAPI=8
DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{8..10} pypy3 )
+PYTHON_COMPAT=( python3_{8..11} pypy3 )
inherit distutils-r1