diff options
author | Bertrand Jacquin <bertrand@jacquin.bzh> | 2024-11-25 19:01:54 +0000 |
---|---|---|
committer | Bertrand Jacquin <bertrand@jacquin.bzh> | 2024-11-25 19:01:54 +0000 |
commit | 55f9307c1059e884c381cf577b58b25d02339e08 (patch) | |
tree | 8b87605e2c60ac6726d197ad5c714d6bc9b8cb2b /dev-python | |
parent | dev-python/deezer-oauth-cli: enable py3.13 (diff) | |
download | portage-55f9307c1059e884c381cf577b58b25d02339e08.tar.xz |
dev-python/trezor: enable py3.13
Diffstat (limited to 'dev-python')
-rw-r--r-- | dev-python/trezor/trezor-0.13.8.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/trezor/trezor-0.13.8.ebuild b/dev-python/trezor/trezor-0.13.8.ebuild index 4f172dbf..9f3e5b43 100644 --- a/dev-python/trezor/trezor-0.13.8.ebuild +++ b/dev-python/trezor/trezor-0.13.8.ebuild @@ -3,7 +3,7 @@ EAPI=8 -PYTHON_COMPAT=( python3_{11..12} ) +PYTHON_COMPAT=( python3_{11..13} ) DISTUTILS_USE_PEP517=setuptools inherit distutils-r1 bash-completion-r1 udev |