From a9a19669caa3f7bf42425867add430cc70b7055b Mon Sep 17 00:00:00 2001 From: Alasdair Gray Date: Mon, 15 Jul 2024 11:39:03 -0400 Subject: [PATCH] Forgot to bump `OPENMDAO_VERSION_OLDEST` --- .github/workflows/oas.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/oas.yml b/.github/workflows/oas.yml index 709b5ebd5..cac119e47 100644 --- a/.github/workflows/oas.yml +++ b/.github/workflows/oas.yml @@ -28,7 +28,7 @@ jobs: PYTHON_VERSION_LATEST: ['3.11'] NUMPY_VERSION_OLDEST: ['1.24'] # latest is most recent on PyPI SCIPY_VERSION_OLDEST: ['1.9'] # latest is most recent on PyPI - OPENMDAO_VERSION_OLDEST: ['3.15'] # latest is most recent on PyPI + OPENMDAO_VERSION_OLDEST: ['3.20'] # latest is most recent on PyPI MPHYS_VERSION_OLDEST: ['1.0.0'] # latest is most recent on PyPI PYGEO_VERSION_OLDEST: ['1.6.0'] # latest is pulled from main branch, for some reason anything after 1.12.2 seg faults on the old build VSP_VERSION: ['3.27.1'] # used for both builds