diff options
author | 2024-05-19 08:30:58 +0200 | |
---|---|---|
committer | 2024-05-19 13:47:04 +0200 | |
commit | 51cf1648ae46465e0c573df0c78022a372af70b3 (patch) | |
tree | 2eb8dce36d8e622de7100b2f2a7faf5e6cfafec5 /dev-python | |
parent | dev-libs/libclc: Add 18.1.6 (diff) | |
download | gentoo-51cf1648ae46465e0c573df0c78022a372af70b3.tar.gz gentoo-51cf1648ae46465e0c573df0c78022a372af70b3.tar.bz2 gentoo-51cf1648ae46465e0c573df0c78022a372af70b3.zip |
dev-python/conway-polynomials: Enable py3.13
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python')
-rw-r--r-- | dev-python/conway-polynomials/conway-polynomials-0.10.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/conway-polynomials/conway-polynomials-0.10.ebuild b/dev-python/conway-polynomials/conway-polynomials-0.10.ebuild index a60b97eac7be..81b595c8867d 100644 --- a/dev-python/conway-polynomials/conway-polynomials-0.10.ebuild +++ b/dev-python/conway-polynomials/conway-polynomials-0.10.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 |