summaryrefslogtreecommitdiff
path: root/dev-python
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2023-07-23 10:27:12 +0200
committerMichał Górny <mgorny@gentoo.org>2023-07-23 10:27:12 +0200
commit8bb781fecff5429ccdd3e710db1cf26d987dc7b2 (patch)
treef4baa73dc48879375059767b20535b3640e08e00 /dev-python
parent9cad0b64bdfba287f5e99e60011ad33b806057a8 (diff)
downloadgentoo-8bb781fecff5429ccdd3e710db1cf26d987dc7b2.tar.gz
gentoo-8bb781fecff5429ccdd3e710db1cf26d987dc7b2.tar.bz2
gentoo-8bb781fecff5429ccdd3e710db1cf26d987dc7b2.zip
dev-python/selenium: Enable py3.12
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python')
-rw-r--r--dev-python/selenium/selenium-4.10.0.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/selenium/selenium-4.10.0.ebuild b/dev-python/selenium/selenium-4.10.0.ebuild
index 19cf1db7fcc7..6179ca09ad23 100644
--- a/dev-python/selenium/selenium-4.10.0.ebuild
+++ b/dev-python/selenium/selenium-4.10.0.ebuild
@@ -4,7 +4,7 @@
EAPI=8
DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{10..11} )
+PYTHON_COMPAT=( python3_{10..12} )
inherit distutils-r1 pypi