diff options
Diffstat (limited to 'dev-python/selenium')
| -rw-r--r-- | dev-python/selenium/selenium-4.4.3.ebuild | 2 | ||||
| -rw-r--r-- | dev-python/selenium/selenium-4.5.0.ebuild | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/selenium/selenium-4.4.3.ebuild b/dev-python/selenium/selenium-4.4.3.ebuild index 704e42e68d68..49dc5b9f2241 100644 --- a/dev-python/selenium/selenium-4.4.3.ebuild +++ b/dev-python/selenium/selenium-4.4.3.ebuild @@ -7,7 +7,7 @@ EAPI=8 # but only in a wheel format. DISTUTILS_USE_PEP517=standalone -PYTHON_COMPAT=( python3_{7,8,9,10} ) +PYTHON_COMPAT=( python3_{7,8,9,10,11} ) inherit distutils-r1 DESCRIPTION="Python language binding for Selenium Remote Control" diff --git a/dev-python/selenium/selenium-4.5.0.ebuild b/dev-python/selenium/selenium-4.5.0.ebuild index 3abfc750eb85..c2b159235ec3 100644 --- a/dev-python/selenium/selenium-4.5.0.ebuild +++ b/dev-python/selenium/selenium-4.5.0.ebuild @@ -7,7 +7,7 @@ EAPI=8 # but only in a wheel format. DISTUTILS_USE_PEP517=standalone -PYTHON_COMPAT=( python3_{7,8,9,10} ) +PYTHON_COMPAT=( python3_{7,8,9,10,11} ) inherit distutils-r1 DESCRIPTION="Python language binding for Selenium Remote Control" |
