summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2022-05-09 17:06:19 +0200
committerMichał Górny <mgorny@gentoo.org>2022-05-09 22:33:54 +0200
commitac52a80598a0b16b2e61648fc680e53ffde0b262 (patch)
tree07fcc5839e5a12aaaf30af37aa943bbb611c8eab /dev-python/certifi
parentdev-python/setuptools: Enable py3.11 (diff)
downloadgentoo-ac52a80598a0b16b2e61648fc680e53ffde0b262.tar.gz
gentoo-ac52a80598a0b16b2e61648fc680e53ffde0b262.tar.bz2
gentoo-ac52a80598a0b16b2e61648fc680e53ffde0b262.zip
dev-python/certifi: Enable py3.11
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/certifi')
-rw-r--r--dev-python/certifi/certifi-3021.3.16-r2.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/certifi/certifi-3021.3.16-r2.ebuild b/dev-python/certifi/certifi-3021.3.16-r2.ebuild
index a26991a8a727..a64adff0fb94 100644
--- a/dev-python/certifi/certifi-3021.3.16-r2.ebuild
+++ b/dev-python/certifi/certifi-3021.3.16-r2.ebuild
@@ -5,7 +5,7 @@
EAPI=7
DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{8..10} pypy3 )
+PYTHON_COMPAT=( python3_{8..11} pypy3 )
inherit distutils-r1