visit: python 3.9 and above acceptable (#37071)

This commit is contained in:
Olivier Cessenat 2023-05-02 10:18:44 +02:00 committed by GitHub
parent 0f6170875c
commit 99c3ecc139
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -129,7 +129,7 @@ class Visit(CMakePackage):
depends_on("qwt+opengl", when="+gui")
# python@3.8 doesn't work with VisIt.
depends_on("python@3.2:3.7", when="+python")
depends_on("python@3.2:3.7,3.9:", when="+python")
extends("python", when="+python")
# VisIt uses the hdf5 1.8 api