summaryrefslogtreecommitdiff
path: root/dev-python
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2023-10-28 17:35:42 +0200
committerMichał Górny <mgorny@gentoo.org>2023-10-28 17:35:42 +0200
commit07fcaeb5913423d24a08d2d1ecd2097d58328677 (patch)
treea50716b728eeedbdc2d1bbb07c2911ca80eb8a1d /dev-python
parentb6c4941cb60832d26fcb856f17ffa093f10a414c (diff)
downloadgentoo-07fcaeb5913423d24a08d2d1ecd2097d58328677.tar.gz
gentoo-07fcaeb5913423d24a08d2d1ecd2097d58328677.tar.bz2
gentoo-07fcaeb5913423d24a08d2d1ecd2097d58328677.zip
dev-python/github3-py: Enable py3.12
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python')
-rw-r--r--dev-python/github3-py/github3-py-4.0.1.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/github3-py/github3-py-4.0.1.ebuild b/dev-python/github3-py/github3-py-4.0.1.ebuild
index d9fdc528064e..beebe6da4fb9 100644
--- a/dev-python/github3-py/github3-py-4.0.1.ebuild
+++ b/dev-python/github3-py/github3-py-4.0.1.ebuild
@@ -6,7 +6,7 @@ EAPI=8
DISTUTILS_USE_PEP517=hatchling
PYPI_NO_NORMALIZE=1
PYPI_PN=${PN/-/.}
-PYTHON_COMPAT=( python3_{9..11} )
+PYTHON_COMPAT=( python3_{10..12} )
inherit distutils-r1 pypi