diff options
author | Michał Górny <mgorny@gentoo.org> | 2022-05-12 16:17:20 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2022-05-12 16:18:05 +0200 |
commit | 8d8c20bcc4ba4752f80d8763b1c0200820cae447 (patch) | |
tree | 0c164a92f4cf632dd98b9279426963e26e0e2fcd /dev-python/cryptography | |
parent | dev-python/pytest-subtests: Enable py3.11 (diff) | |
download | gentoo-8d8c20bcc4ba4752f80d8763b1c0200820cae447.tar.gz gentoo-8d8c20bcc4ba4752f80d8763b1c0200820cae447.tar.bz2 gentoo-8d8c20bcc4ba4752f80d8763b1c0200820cae447.zip |
dev-python/cryptography: Enable py3.11
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/cryptography')
-rw-r--r-- | dev-python/cryptography/cryptography-3.4.7-r3.ebuild | 2 | ||||
-rw-r--r-- | dev-python/cryptography/cryptography-37.0.2.ebuild | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/cryptography/cryptography-3.4.7-r3.ebuild b/dev-python/cryptography/cryptography-3.4.7-r3.ebuild index 50fb328f2117..d1488abb6878 100644 --- a/dev-python/cryptography/cryptography-3.4.7-r3.ebuild +++ b/dev-python/cryptography/cryptography-3.4.7-r3.ebuild @@ -4,7 +4,7 @@ EAPI=8 DISTUTILS_USE_PEP517=setuptools -PYTHON_COMPAT=( python3_{8..10} pypy3 ) +PYTHON_COMPAT=( python3_{8..11} pypy3 ) PYTHON_REQ_USE="threads(+)" inherit distutils-r1 multiprocessing diff --git a/dev-python/cryptography/cryptography-37.0.2.ebuild b/dev-python/cryptography/cryptography-37.0.2.ebuild index f4a88413656e..e3aee472e699 100644 --- a/dev-python/cryptography/cryptography-37.0.2.ebuild +++ b/dev-python/cryptography/cryptography-37.0.2.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 ) PYTHON_REQ_USE="threads(+)" CRATES=" |