summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Ammerlaan <andrewammerlaan@gentoo.org>2022-05-18 12:21:50 +0200
committerAndrew Ammerlaan <andrewammerlaan@gentoo.org>2022-05-18 12:46:45 +0200
commit955a34fe87089967e9ff3e72393ef2f74111986a (patch)
treeaedbd9f7a36c542f3e4fcaf4d234edaf71abcad9 /dev-python/PyPDF2
parentdev-python/aniso8601: update EAPI 7 -> 8 (diff)
downloadgentoo-955a34fe87089967e9ff3e72393ef2f74111986a.tar.gz
gentoo-955a34fe87089967e9ff3e72393ef2f74111986a.tar.bz2
gentoo-955a34fe87089967e9ff3e72393ef2f74111986a.zip
dev-python/PyPDF2: enable py3.11
Signed-off-by: Andrew Ammerlaan <andrewammerlaan@gentoo.org>
Diffstat (limited to 'dev-python/PyPDF2')
-rw-r--r--dev-python/PyPDF2/PyPDF2-1.27.12.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/PyPDF2/PyPDF2-1.27.12.ebuild b/dev-python/PyPDF2/PyPDF2-1.27.12.ebuild
index 0314e035bd9b..e77867c450d2 100644
--- a/dev-python/PyPDF2/PyPDF2-1.27.12.ebuild
+++ b/dev-python/PyPDF2/PyPDF2-1.27.12.ebuild
@@ -4,7 +4,7 @@
EAPI=8
DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{8..10} )
+PYTHON_COMPAT=( python3_{8..11} )
inherit distutils-r1