diff options
author | Maciej Barć <xgqt@gentoo.org> | 2022-03-09 00:27:56 +0100 |
---|---|---|
committer | Maciej Barć <xgqt@gentoo.org> | 2022-03-09 00:27:56 +0100 |
commit | c092d506c4b893fee053f0185344a0fc6296de34 (patch) | |
tree | 7b3a3045bef272fcdc73874ac5d8bb7bce0a9e2c /sci-mathematics/mathlib-tools | |
parent | sci-mathematics/mathlib-tools: bump to 1.1.1 (diff) | |
download | gentoo-c092d506c4b893fee053f0185344a0fc6296de34.tar.gz gentoo-c092d506c4b893fee053f0185344a0fc6296de34.tar.bz2 gentoo-c092d506c4b893fee053f0185344a0fc6296de34.zip |
sci-mathematics/mathlib-tools: add python3.10 compat
Package-Manager: Portage-3.0.30, Repoman-3.0.3
Signed-off-by: Maciej Barć <xgqt@gentoo.org>
Diffstat (limited to 'sci-mathematics/mathlib-tools')
-rw-r--r-- | sci-mathematics/mathlib-tools/mathlib-tools-1.1.0-r1.ebuild (renamed from sci-mathematics/mathlib-tools/mathlib-tools-1.1.0.ebuild) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sci-mathematics/mathlib-tools/mathlib-tools-1.1.0.ebuild b/sci-mathematics/mathlib-tools/mathlib-tools-1.1.0-r1.ebuild index 76f08c06d208..9ecb36eac185 100644 --- a/sci-mathematics/mathlib-tools/mathlib-tools-1.1.0.ebuild +++ b/sci-mathematics/mathlib-tools/mathlib-tools-1.1.0-r1.ebuild @@ -3,7 +3,7 @@ EAPI=8 -PYTHON_COMPAT=( python3_{8..9} ) +PYTHON_COMPAT=( python3_{8..10} ) inherit distutils-r1 |