diff options
author | 2024-05-08 18:35:16 +0200 | |
---|---|---|
committer | 2024-05-08 20:31:05 +0200 | |
commit | 322daa2c38b08f1c476d20ad31859560ac25c355 (patch) | |
tree | 70d72363488c46d2d0fb9ad1d3cf81f09d2be3ce /dev-python/jaraco-context | |
parent | dev-python/flit-core: Enable py3.13 (diff) | |
download | gentoo-322daa2c38b08f1c476d20ad31859560ac25c355.tar.gz gentoo-322daa2c38b08f1c476d20ad31859560ac25c355.tar.bz2 gentoo-322daa2c38b08f1c476d20ad31859560ac25c355.zip |
dev-python/jaraco-context: Enable py3.13
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/jaraco-context')
-rw-r--r-- | dev-python/jaraco-context/jaraco-context-5.3.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/jaraco-context/jaraco-context-5.3.0.ebuild b/dev-python/jaraco-context/jaraco-context-5.3.0.ebuild index 17de1cb4a661..5ace6d25e305 100644 --- a/dev-python/jaraco-context/jaraco-context-5.3.0.ebuild +++ b/dev-python/jaraco-context/jaraco-context-5.3.0.ebuild @@ -7,7 +7,7 @@ EAPI=8 DISTUTILS_USE_PEP517=flit PYPI_NO_NORMALIZE=1 PYPI_PN=${PN/-/.} -PYTHON_COMPAT=( python3_{10..12} pypy3 ) +PYTHON_COMPAT=( python3_{10..13} pypy3 ) inherit distutils-r1 pypi |