diff options
author | 2024-07-07 21:14:10 +0200 | |
---|---|---|
committer | 2024-07-07 21:27:01 +0200 | |
commit | e558afa4ad44f1b6d6659e53dbd7593a62806d7c (patch) | |
tree | db55a378103602299443c5804b542a2c18d6fb96 /dev-python/bincopy | |
parent | dev-python/nh3: add 0.2.18 (diff) | |
download | gentoo-e558afa4ad44f1b6d6659e53dbd7593a62806d7c.tar.gz gentoo-e558afa4ad44f1b6d6659e53dbd7593a62806d7c.tar.bz2 gentoo-e558afa4ad44f1b6d6659e53dbd7593a62806d7c.zip |
dev-python/bincopy: Enable py3.13
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/bincopy')
-rw-r--r-- | dev-python/bincopy/bincopy-20.0.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/bincopy/bincopy-20.0.0.ebuild b/dev-python/bincopy/bincopy-20.0.0.ebuild index 39510f7e824c..9266af351b55 100644 --- a/dev-python/bincopy/bincopy-20.0.0.ebuild +++ b/dev-python/bincopy/bincopy-20.0.0.ebuild @@ -4,7 +4,7 @@ EAPI=8 DISTUTILS_USE_PEP517=setuptools -PYTHON_COMPAT=( python3_{10..12} ) +PYTHON_COMPAT=( python3_{10..13} ) inherit distutils-r1 pypi |