diff options
author | Maciej Barć <xgqt@gentoo.org> | 2024-12-13 18:31:50 +0100 |
---|---|---|
committer | Maciej Barć <xgqt@gentoo.org> | 2024-12-13 18:56:23 +0100 |
commit | 54313002c68c3c24815ea2b6098b7e8fa37b3aa8 (patch) | |
tree | f4314941ad5fffab560a62624a5d80a5d5125f89 /dev-lang | |
parent | dev-lang/souffle: remove incompatible x86 KEYWORDS (diff) | |
download | gentoo-54313002c68c3c24815ea2b6098b7e8fa37b3aa8.tar.gz gentoo-54313002c68c3c24815ea2b6098b7e8fa37b3aa8.tar.bz2 gentoo-54313002c68c3c24815ea2b6098b7e8fa37b3aa8.zip |
dev-lang/souffle: bump python compat
Signed-off-by: Maciej Barć <xgqt@gentoo.org>
Diffstat (limited to 'dev-lang')
-rw-r--r-- | dev-lang/souffle/souffle-2.4.1-r1.ebuild (renamed from dev-lang/souffle/souffle-2.4.1.ebuild) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-lang/souffle/souffle-2.4.1.ebuild b/dev-lang/souffle/souffle-2.4.1-r1.ebuild index 77bb43f5343a..211620415639 100644 --- a/dev-lang/souffle/souffle-2.4.1.ebuild +++ b/dev-lang/souffle/souffle-2.4.1-r1.ebuild @@ -3,7 +3,7 @@ EAPI=8 -PYTHON_COMPAT=( python3_{10..12} ) +PYTHON_COMPAT=( python3_{11..13} ) inherit bash-completion-r1 cmake java-pkg-opt-2 python-single-r1 |