diff options
author | Georgy Yakovlev <gyakovlev@gentoo.org> | 2023-06-01 20:05:32 -0700 |
---|---|---|
committer | Georgy Yakovlev <gyakovlev@gentoo.org> | 2023-06-01 20:05:59 -0700 |
commit | cd71a7332a7e97e512bfea4730243125311b4cb8 (patch) | |
tree | ba1ff7214262c739ef54b9944974a3be2a7412d3 /dev-lang | |
parent | dev-lang/rust: unkeyword 1.70.0 (diff) | |
download | gentoo-cd71a7332a7e97e512bfea4730243125311b4cb8.tar.gz gentoo-cd71a7332a7e97e512bfea4730243125311b4cb8.tar.bz2 gentoo-cd71a7332a7e97e512bfea4730243125311b4cb8.zip |
dev-lang/rust: enable py3.12 in 1.70.0
Signed-off-by: Georgy Yakovlev <gyakovlev@gentoo.org>
Diffstat (limited to 'dev-lang')
-rw-r--r-- | dev-lang/rust/rust-1.70.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-lang/rust/rust-1.70.0.ebuild b/dev-lang/rust/rust-1.70.0.ebuild index bfe2c2f37408..873e2dff63fe 100644 --- a/dev-lang/rust/rust-1.70.0.ebuild +++ b/dev-lang/rust/rust-1.70.0.ebuild @@ -3,7 +3,7 @@ EAPI=8 -PYTHON_COMPAT=( python3_{9..11} ) +PYTHON_COMPAT=( python3_{9..12} ) inherit bash-completion-r1 check-reqs estack flag-o-matic llvm multiprocessing \ multilib multilib-build python-any-r1 rust-toolchain toolchain-funcs verify-sig |