Skip to content
Snippets Groups Projects
Commit 4ad76adb authored by Eleni Mathioulaki's avatar Eleni Mathioulaki
Browse files

feat(apbs): relax python dependency version range

parent 366d5d56
No related branches found
No related tags found
No related merge requests found
......@@ -40,7 +40,7 @@ class Apbs(CMakePackage):
depends_on('arpack-ng', type=('build', 'run'))
depends_on('suite-sparse', type=('build', 'run'))
depends_on('maloc', type=('build', 'run'))
depends_on('python@3.8:3.10', type=('build', 'run'))
depends_on('python@3.8:3.11', type=('build', 'run'))
def cmake_args(self):
# Min and max Python versions need to be set as variables to pass tests.
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment