diff options
| author | Michał Górny <mgorny@gentoo.org> | 2026-03-08 18:11:43 +0100 |
|---|---|---|
| committer | Michał Górny <mgorny@gentoo.org> | 2026-03-08 18:21:32 +0100 |
| commit | 80c6e7ee2468e335cafbb7e0062265f49f58c2f0 (patch) | |
| tree | b8644aefb48ae9602085542c67031cb1934f43cf /dev-python | |
| parent | fefef7d3688412e84662a09736bbef972cddbf18 (diff) | |
| download | gentoo-80c6e7ee2468e335cafbb7e0062265f49f58c2f0.tar.gz gentoo-80c6e7ee2468e335cafbb7e0062265f49f58c2f0.tar.bz2 gentoo-80c6e7ee2468e335cafbb7e0062265f49f58c2f0.zip | |
dev-python/oct2py: Drop py3.11 (following IPython)
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python')
| -rw-r--r-- | dev-python/oct2py/oct2py-5.8.0.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/oct2py/oct2py-5.8.0.ebuild b/dev-python/oct2py/oct2py-5.8.0.ebuild index 2149bfc0ec50..be61d201abb5 100644 --- a/dev-python/oct2py/oct2py-5.8.0.ebuild +++ b/dev-python/oct2py/oct2py-5.8.0.ebuild @@ -1,10 +1,10 @@ -# Copyright 1999-2025 Gentoo Authors +# Copyright 1999-2026 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 DISTUTILS_USE_PEP517=hatchling -PYTHON_COMPAT=( python3_{10..13} ) +PYTHON_COMPAT=( python3_{12..13} ) inherit distutils-r1 pypi |
