diff options
author | 2023-03-08 20:47:39 +0100 | |
---|---|---|
committer | 2023-03-08 21:39:27 +0100 | |
commit | 59061ab950b7485acefae1780aa55d0081ec42ae (patch) | |
tree | 11f3a09145ce3e40493ecbca808bc01d3bc29239 | |
parent | dev-python/nbval: fix tests (diff) | |
download | gentoo-59061ab950b7485acefae1780aa55d0081ec42ae.tar.gz gentoo-59061ab950b7485acefae1780aa55d0081ec42ae.tar.bz2 gentoo-59061ab950b7485acefae1780aa55d0081ec42ae.zip |
sci-mathematics/cadabra: enable python 3.11 support for unstable
Bug: https://bugs.gentoo.org/897234
Signed-off-by: Maciej Barć <xgqt@gentoo.org>
-rw-r--r-- | sci-mathematics/cadabra/cadabra-2.4.2.1-r1.ebuild (renamed from sci-mathematics/cadabra/cadabra-2.4.2.1.ebuild) | 2 | ||||
-rw-r--r-- | sci-mathematics/cadabra/cadabra-2.4.2.2-r1.ebuild (renamed from sci-mathematics/cadabra/cadabra-2.4.2.2.ebuild) | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/sci-mathematics/cadabra/cadabra-2.4.2.1.ebuild b/sci-mathematics/cadabra/cadabra-2.4.2.1-r1.ebuild index 85095564544c..729dbdb870fa 100644 --- a/sci-mathematics/cadabra/cadabra-2.4.2.1.ebuild +++ b/sci-mathematics/cadabra/cadabra-2.4.2.1-r1.ebuild @@ -6,7 +6,7 @@ EAPI=8 MAJOR=$(ver_cut 1) CADABRA=${PN}${MAJOR} -PYTHON_COMPAT=( python3_{9..10} ) +PYTHON_COMPAT=( python3_{9..11} ) inherit xdg-utils python-single-r1 cmake diff --git a/sci-mathematics/cadabra/cadabra-2.4.2.2.ebuild b/sci-mathematics/cadabra/cadabra-2.4.2.2-r1.ebuild index 85095564544c..729dbdb870fa 100644 --- a/sci-mathematics/cadabra/cadabra-2.4.2.2.ebuild +++ b/sci-mathematics/cadabra/cadabra-2.4.2.2-r1.ebuild @@ -6,7 +6,7 @@ EAPI=8 MAJOR=$(ver_cut 1) CADABRA=${PN}${MAJOR} -PYTHON_COMPAT=( python3_{9..10} ) +PYTHON_COMPAT=( python3_{9..11} ) inherit xdg-utils python-single-r1 cmake |