diff options
author | Anna (cybertailor) Vyalkova <cyber+gentoo@sysrq.in> | 2022-07-07 04:42:26 +0500 |
---|---|---|
committer | Anna (cybertailor) Vyalkova <cyber+gentoo@sysrq.in> | 2022-07-07 05:40:43 +0500 |
commit | 67902653446521913f35048c3baabfbe1bee9772 (patch) | |
tree | f41ca9729d474730cf5e931bc59323c17b7c9d4f /www-client | |
parent | dev-python/pytest-harvest: deselect failing tests (diff) | |
download | guru-67902653446521913f35048c3baabfbe1bee9772.tar.gz guru-67902653446521913f35048c3baabfbe1bee9772.tar.bz2 guru-67902653446521913f35048c3baabfbe1bee9772.zip |
www-client/woob: enable py3.10
Signed-off-by: Anna (cybertailor) Vyalkova <cyber+gentoo@sysrq.in>
Diffstat (limited to 'www-client')
-rw-r--r-- | www-client/woob/woob-3.0-r1.ebuild | 2 | ||||
-rw-r--r-- | www-client/woob/woob-9999.ebuild | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/www-client/woob/woob-3.0-r1.ebuild b/www-client/woob/woob-3.0-r1.ebuild index 24d0a16c3..4322883bb 100644 --- a/www-client/woob/woob-3.0-r1.ebuild +++ b/www-client/woob/woob-3.0-r1.ebuild @@ -3,7 +3,7 @@ EAPI=8 -PYTHON_COMPAT=( python3_{8..9} ) +PYTHON_COMPAT=( python3_{8..10} ) inherit distutils-r1 if [[ "${PV}" == "9999" ]]; then diff --git a/www-client/woob/woob-9999.ebuild b/www-client/woob/woob-9999.ebuild index 24d0a16c3..4322883bb 100644 --- a/www-client/woob/woob-9999.ebuild +++ b/www-client/woob/woob-9999.ebuild @@ -3,7 +3,7 @@ EAPI=8 -PYTHON_COMPAT=( python3_{8..9} ) +PYTHON_COMPAT=( python3_{8..10} ) inherit distutils-r1 if [[ "${PV}" == "9999" ]]; then |