diff options
author | Bertrand Jacquin <bertrand@jacquin.bzh> | 2024-11-25 18:59:42 +0000 |
---|---|---|
committer | Bertrand Jacquin <bertrand@jacquin.bzh> | 2024-11-25 18:59:42 +0000 |
commit | 5de64cb52e85ef0f82bc948d1b518efb64e51c83 (patch) | |
tree | 2c458dd37ecf34b0cfd2bc094914bdbce95b6b6e | |
parent | dev-python/mistune: enable py3.13, python3_13t (diff) | |
download | portage-5de64cb52e85ef0f82bc948d1b518efb64e51c83.tar.xz |
dev-python/libusb1: enable py3.13, python3_13t
-rw-r--r-- | dev-python/libusb1/libusb1-3.1.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/libusb1/libusb1-3.1.0.ebuild b/dev-python/libusb1/libusb1-3.1.0.ebuild index 5cc2a979..92fc5c4e 100644 --- a/dev-python/libusb1/libusb1-3.1.0.ebuild +++ b/dev-python/libusb1/libusb1-3.1.0.ebuild @@ -3,7 +3,7 @@ EAPI=8 -PYTHON_COMPAT=( python3_{11..12} ) +PYTHON_COMPAT=( python3_{11..13} python3_13t ) DISTUTILS_USE_PEP517=setuptools inherit distutils-r1 pypi |