diff options
author | Michał Górny <mgorny@gentoo.org> | 2022-06-06 09:08:14 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2022-06-06 09:39:42 +0200 |
commit | 2341a40fbc84f984c78987e1b67d08e9298227aa (patch) | |
tree | b6d9853ca04d89484becd4a552e71b6da44f2b45 /dev-cpp | |
parent | dev-cpp/catch: Bump to 3.0.1 (diff) | |
download | gentoo-2341a40fbc84f984c78987e1b67d08e9298227aa.tar.gz gentoo-2341a40fbc84f984c78987e1b67d08e9298227aa.tar.bz2 gentoo-2341a40fbc84f984c78987e1b67d08e9298227aa.zip |
dev-cpp/catch: Enable py3.11
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-cpp')
-rw-r--r-- | dev-cpp/catch/catch-3.0.1.ebuild | 2 | ||||
-rw-r--r-- | dev-cpp/catch/catch-9999.ebuild | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/dev-cpp/catch/catch-3.0.1.ebuild b/dev-cpp/catch/catch-3.0.1.ebuild index cb72038e3adf..7802f6595ece 100644 --- a/dev-cpp/catch/catch-3.0.1.ebuild +++ b/dev-cpp/catch/catch-3.0.1.ebuild @@ -3,7 +3,7 @@ EAPI=8 -PYTHON_COMPAT=( python3_{8..10} ) +PYTHON_COMPAT=( python3_{8..11} ) inherit cmake python-any-r1 diff --git a/dev-cpp/catch/catch-9999.ebuild b/dev-cpp/catch/catch-9999.ebuild index cb72038e3adf..7802f6595ece 100644 --- a/dev-cpp/catch/catch-9999.ebuild +++ b/dev-cpp/catch/catch-9999.ebuild @@ -3,7 +3,7 @@ EAPI=8 -PYTHON_COMPAT=( python3_{8..10} ) +PYTHON_COMPAT=( python3_{8..11} ) inherit cmake python-any-r1 |