summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOlivier Cessenat <cessenat@gmail.com>2023-05-02 10:18:44 +0200
committerGitHub <noreply@github.com>2023-05-02 10:18:44 +0200
commit99c3ecc1392edb351c27b2e35ed706706ec6bc55 (patch)
tree8f98dcd26b749f48022ba1ab54784ab3d2285d15
parent0f6170875c9e1998d84b6ae0ad87109b6be8ca72 (diff)
downloadspack-99c3ecc1392edb351c27b2e35ed706706ec6bc55.tar.gz
spack-99c3ecc1392edb351c27b2e35ed706706ec6bc55.tar.bz2
spack-99c3ecc1392edb351c27b2e35ed706706ec6bc55.tar.xz
spack-99c3ecc1392edb351c27b2e35ed706706ec6bc55.zip
visit: python 3.9 and above acceptable (#37071)
-rw-r--r--var/spack/repos/builtin/packages/visit/package.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/var/spack/repos/builtin/packages/visit/package.py b/var/spack/repos/builtin/packages/visit/package.py
index be4bfe5714..290280e17d 100644
--- a/var/spack/repos/builtin/packages/visit/package.py
+++ b/var/spack/repos/builtin/packages/visit/package.py
@@ -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