diff options
author | Michał Górny <mgorny@gentoo.org> | 2023-10-20 16:00:22 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2023-10-20 16:00:22 +0200 |
commit | 9060290587e1642084fe3789f0d264c4dbdec254 (patch) | |
tree | 3ed96c14e64ee9f083f1a8b30759e9efa62a18fb /dev-python/python-gammu | |
parent | dev-python/python-daemon: Enable py3.12 (diff) | |
download | gentoo-9060290587e1642084fe3789f0d264c4dbdec254.tar.gz gentoo-9060290587e1642084fe3789f0d264c4dbdec254.tar.bz2 gentoo-9060290587e1642084fe3789f0d264c4dbdec254.zip |
dev-python/python-gammu: Enable py3.12
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/python-gammu')
-rw-r--r-- | dev-python/python-gammu/python-gammu-3.2.4-r1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/python-gammu/python-gammu-3.2.4-r1.ebuild b/dev-python/python-gammu/python-gammu-3.2.4-r1.ebuild index c74acc16fa42..e1b603df4aee 100644 --- a/dev-python/python-gammu/python-gammu-3.2.4-r1.ebuild +++ b/dev-python/python-gammu/python-gammu-3.2.4-r1.ebuild @@ -5,7 +5,7 @@ EAPI=8 DISTUTILS_EXT=1 DISTUTILS_USE_PEP517=setuptools -PYTHON_COMPAT=( python3_{9..11} ) +PYTHON_COMPAT=( python3_{10..12} ) inherit distutils-r1 |