summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBertrand Jacquin <bertrand@jacquin.bzh>2024-11-25 18:59:42 +0000
committerBertrand Jacquin <bertrand@jacquin.bzh>2024-11-25 18:59:42 +0000
commit5de64cb52e85ef0f82bc948d1b518efb64e51c83 (patch)
tree2c458dd37ecf34b0cfd2bc094914bdbce95b6b6e
parentdev-python/mistune: enable py3.13, python3_13t (diff)
downloadportage-5de64cb52e85ef0f82bc948d1b518efb64e51c83.tar.xz
dev-python/libusb1: enable py3.13, python3_13t
-rw-r--r--dev-python/libusb1/libusb1-3.1.0.ebuild2
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