diff options
author | 2022-05-11 22:22:34 +0200 | |
---|---|---|
committer | 2022-05-11 23:05:04 +0200 | |
commit | 17cbac3eb06077c8e17940e85b01e806e64f8e3e (patch) | |
tree | 77a6f6504a345c014626b4f155c9e7c522f457c4 /dev-python/setuptools-rust | |
parent | www-client/chromium-bin: add 101.0.4951.64, drop 101.0.4951.54 (diff) | |
download | gentoo-17cbac3eb06077c8e17940e85b01e806e64f8e3e.tar.gz gentoo-17cbac3eb06077c8e17940e85b01e806e64f8e3e.tar.bz2 gentoo-17cbac3eb06077c8e17940e85b01e806e64f8e3e.zip |
dev-python/setuptools-rust: Enable py3.11
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/setuptools-rust')
-rw-r--r-- | dev-python/setuptools-rust/setuptools-rust-1.3.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/setuptools-rust/setuptools-rust-1.3.0.ebuild b/dev-python/setuptools-rust/setuptools-rust-1.3.0.ebuild index cbe6701b0e37..cb38febad267 100644 --- a/dev-python/setuptools-rust/setuptools-rust-1.3.0.ebuild +++ b/dev-python/setuptools-rust/setuptools-rust-1.3.0.ebuild @@ -5,7 +5,7 @@ EAPI=8 CARGO_OPTIONAL=yes DISTUTILS_USE_PEP517=setuptools -PYTHON_COMPAT=( python3_{8..10} pypy3 ) +PYTHON_COMPAT=( python3_{8..11} pypy3 ) CRATES=" bitflags-1.3.2 |