diff options
author | Michał Górny <mgorny@gentoo.org> | 2024-06-20 16:41:13 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2024-06-20 17:20:02 +0200 |
commit | dab1b164e6bc726944c400411d431fb59c4381c7 (patch) | |
tree | fabea6d306c947b11822be20fec29409dd969175 /dev-python/PySDL2 | |
parent | dev-python/apispec: Remove old (diff) | |
download | gentoo-dab1b164e6bc726944c400411d431fb59c4381c7.tar.gz gentoo-dab1b164e6bc726944c400411d431fb59c4381c7.tar.bz2 gentoo-dab1b164e6bc726944c400411d431fb59c4381c7.zip |
dev-python/PySDL2: Enable py3.13
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/PySDL2')
-rw-r--r-- | dev-python/PySDL2/PySDL2-0.9.16.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/PySDL2/PySDL2-0.9.16.ebuild b/dev-python/PySDL2/PySDL2-0.9.16.ebuild index 539e04548bf8..e0ceaf24d361 100644 --- a/dev-python/PySDL2/PySDL2-0.9.16.ebuild +++ b/dev-python/PySDL2/PySDL2-0.9.16.ebuild @@ -1,11 +1,11 @@ -# Copyright 1999-2023 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 DISTUTILS_USE_PEP517=setuptools PYPI_NO_NORMALIZE=1 -PYTHON_COMPAT=( python3_{10..12} ) +PYTHON_COMPAT=( python3_{10..13} ) inherit distutils-r1 pypi |