diff options
author | Alessandro Barbieri <lssndrbarbieri@gmail.com> | 2022-05-28 14:51:05 +0200 |
---|---|---|
committer | Alessandro Barbieri <lssndrbarbieri@gmail.com> | 2022-05-28 14:53:33 +0200 |
commit | ab53997ce2434be0e47a5d8c8384ed0542cc69a3 (patch) | |
tree | d640d4955c449d73cb545652902f848334cbe802 /sci-mathematics | |
parent | sys-cluster/otf2: enable py3.11 (diff) | |
download | guru-ab53997ce2434be0e47a5d8c8384ed0542cc69a3.tar.gz guru-ab53997ce2434be0e47a5d8c8384ed0542cc69a3.tar.bz2 guru-ab53997ce2434be0e47a5d8c8384ed0542cc69a3.zip |
sci-mathematics/clingo: enable py3.11
Signed-off-by: Alessandro Barbieri <lssndrbarbieri@gmail.com>
Diffstat (limited to 'sci-mathematics')
-rw-r--r-- | sci-mathematics/clingo/clingo-5.5.2.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sci-mathematics/clingo/clingo-5.5.2.ebuild b/sci-mathematics/clingo/clingo-5.5.2.ebuild index 55957c759..48020cf1f 100644 --- a/sci-mathematics/clingo/clingo-5.5.2.ebuild +++ b/sci-mathematics/clingo/clingo-5.5.2.ebuild @@ -4,7 +4,7 @@ EAPI=8 LUA_COMPAT=( lua5-{3..4} ) -PYTHON_COMPAT=( python3_{8..10} ) # IDK how to pass pypy3 +PYTHON_COMPAT=( python3_{8..11} ) # IDK how to pass pypy3 inherit cmake flag-o-matic lua-single python-single-r1 toolchain-funcs |