aws-cli-2: restrict supported Python versions to @:3.11 (#43390)

Co-authored-by: Simon Potter <sp39@sanger.ac.uk>
This commit is contained in:
potter-s 2024-03-28 07:39:51 +00:00 committed by GitHub
parent b9c7d3b89b
commit cc80d52b62
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -16,7 +16,7 @@ class AwscliV2(PythonPackage):
version("2.13.22", sha256="dd731a2ba5973f3219f24c8b332a223a29d959493c8a8e93746d65877d02afc1")
depends_on("python@3.8:", type=("build", "run"))
depends_on("python@3.8:3.11", type=("build", "run"))
depends_on("py-flit-core@3.7.1:3.8.0", type=("build"))
depends_on("py-colorama@0.2.5:0.4.6", type=("build", "run"))
depends_on("py-docutils@0.10:0.19", type=("build", "run"))