diff options
author | Michał Górny <mgorny@gentoo.org> | 2021-05-23 21:07:41 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2021-05-23 21:28:06 +0200 |
commit | 0b00ce078301f19e4e015933373dbd2dfb4ebb59 (patch) | |
tree | 2ad6a8499d34d9e20ce8119264b346212c8ebeb4 /dev-util/cram | |
parent | dev-qt/qtwebengine: 5.15.2_p20210521 snapshot bump (diff) | |
download | gentoo-0b00ce078301f19e4e015933373dbd2dfb4ebb59.tar.gz gentoo-0b00ce078301f19e4e015933373dbd2dfb4ebb59.tar.bz2 gentoo-0b00ce078301f19e4e015933373dbd2dfb4ebb59.zip |
dev-util/cram: Enable py3.10
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-util/cram')
-rw-r--r-- | dev-util/cram/cram-0.7-r1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-util/cram/cram-0.7-r1.ebuild b/dev-util/cram/cram-0.7-r1.ebuild index 61fac674f223..5b94073cd0a4 100644 --- a/dev-util/cram/cram-0.7-r1.ebuild +++ b/dev-util/cram/cram-0.7-r1.ebuild @@ -3,7 +3,7 @@ EAPI=7 -PYTHON_COMPAT=( python3_{7..9} pypy3 ) +PYTHON_COMPAT=( python3_{7..10} pypy3 ) inherit distutils-r1 |