commit: 2c54b461dab055d7d4791135a82a42e6d9969dd9 Author: Alfred Wingate <parona <AT> protonmail <DOT> com> AuthorDate: Sat Apr 26 17:58:59 2025 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Sat Apr 26 19:50:35 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2c54b461
sci-geosciences/qgis: enable py3.13 Closes: https://bugs.gentoo.org/952665 Signed-off-by: Alfred Wingate <parona <AT> protonmail.com> Part-of: https://github.com/gentoo/gentoo/pull/41775 Closes: https://github.com/gentoo/gentoo/pull/41775 Signed-off-by: Sam James <sam <AT> gentoo.org> sci-geosciences/qgis/qgis-3.38.3-r1.ebuild | 2 +- sci-geosciences/qgis/qgis-9999.ebuild | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/sci-geosciences/qgis/qgis-3.38.3-r1.ebuild b/sci-geosciences/qgis/qgis-3.38.3-r1.ebuild index f9af51cb0d7a..8079d71632cc 100644 --- a/sci-geosciences/qgis/qgis-3.38.3-r1.ebuild +++ b/sci-geosciences/qgis/qgis-3.38.3-r1.ebuild @@ -3,7 +3,7 @@ EAPI=8 -PYTHON_COMPAT=( python3_{10..12} ) +PYTHON_COMPAT=( python3_{10..13} ) PYTHON_REQ_USE="sqlite" # We only package the LTS releases right now diff --git a/sci-geosciences/qgis/qgis-9999.ebuild b/sci-geosciences/qgis/qgis-9999.ebuild index 24c33583da29..281e4efdec3d 100644 --- a/sci-geosciences/qgis/qgis-9999.ebuild +++ b/sci-geosciences/qgis/qgis-9999.ebuild @@ -3,7 +3,7 @@ EAPI=8 -PYTHON_COMPAT=( python3_{10..12} ) +PYTHON_COMPAT=( python3_{10..13} ) PYTHON_REQ_USE="sqlite" # We only package the LTS releases right now
