diff options
author | Georgy Yakovlev <gyakovlev@gentoo.org> | 2021-11-01 14:14:07 -0700 |
---|---|---|
committer | Georgy Yakovlev <gyakovlev@gentoo.org> | 2021-11-01 14:24:40 -0700 |
commit | 210401b764fcac92b29c8b1fc4395cea92e7f3b5 (patch) | |
tree | 735899524f3c3348c2c3557503a5a11065d06f43 /dev-lang/rust | |
parent | virtual/rust: add 1.56.1 (diff) | |
download | gentoo-210401b764fcac92b29c8b1fc4395cea92e7f3b5.tar.gz gentoo-210401b764fcac92b29c8b1fc4395cea92e7f3b5.tar.bz2 gentoo-210401b764fcac92b29c8b1fc4395cea92e7f3b5.zip |
dev-lang/rust: enable py3.10
Signed-off-by: Georgy Yakovlev <gyakovlev@gentoo.org>
Diffstat (limited to 'dev-lang/rust')
-rw-r--r-- | dev-lang/rust/rust-1.56.1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-lang/rust/rust-1.56.1.ebuild b/dev-lang/rust/rust-1.56.1.ebuild index a388d0a00694..fb91e3b48cd1 100644 --- a/dev-lang/rust/rust-1.56.1.ebuild +++ b/dev-lang/rust/rust-1.56.1.ebuild @@ -3,7 +3,7 @@ EAPI=7 -PYTHON_COMPAT=( python3_{7..9} ) +PYTHON_COMPAT=( python3_{7..10} ) inherit bash-completion-r1 check-reqs estack flag-o-matic llvm multiprocessing \ multilib-build python-any-r1 rust-toolchain toolchain-funcs verify-sig |