diff options
author | 2024-06-20 11:49:22 +0200 | |
---|---|---|
committer | 2024-06-20 11:50:02 +0200 | |
commit | 21cae9db44fc8f5f3b998347b733592ea858e034 (patch) | |
tree | e9e88daa8480a45946660a34a4c5d3ef872ec2a3 /dev-python/txaio/txaio-23.1.1.ebuild | |
parent | dev-python/sphinxcontrib-spelling: enable py3.13 (diff) | |
download | gentoo-21cae9db44fc8f5f3b998347b733592ea858e034.tar.gz gentoo-21cae9db44fc8f5f3b998347b733592ea858e034.tar.bz2 gentoo-21cae9db44fc8f5f3b998347b733592ea858e034.zip |
dev-python/txaio: enable py3.13
Signed-off-by: Petr Vaněk <arkamar@gentoo.org>
Diffstat (limited to 'dev-python/txaio/txaio-23.1.1.ebuild')
-rw-r--r-- | dev-python/txaio/txaio-23.1.1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/txaio/txaio-23.1.1.ebuild b/dev-python/txaio/txaio-23.1.1.ebuild index babec5abf80d..8a0c0e58ed8c 100644 --- a/dev-python/txaio/txaio-23.1.1.ebuild +++ b/dev-python/txaio/txaio-23.1.1.ebuild @@ -4,7 +4,7 @@ EAPI=8 DISTUTILS_USE_PEP517=setuptools -PYTHON_COMPAT=( python3_{10..12} ) +PYTHON_COMPAT=( python3_{10..13} ) inherit distutils-r1 optfeature pypi |