From a55c859a7dcea4d3b2a1a1d91e44a1cd224a4d93 Mon Sep 17 00:00:00 2001 From: "Leaf, Andrew T" Date: Mon, 15 Jan 2024 10:56:15 -0600 Subject: [PATCH] ci(test.yaml): bump supported python to 3.12 and 3.11 --- .github/workflows/test.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index 83a8bd53..c8b094d5 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -16,12 +16,12 @@ jobs: strategy: matrix: os: [ ubuntu-latest, macos-latest, windows-latest ] - python-version: ['3.11', '3.10'] # ['3.8', '3.x'] + python-version: ['3.12', '3.11'] # ['3.8', '3.x'] exclude: # tests with ubuntu-latest, python latest # are executed by build_docs.yaml - os: ubuntu-latest - python-version: 3.11 + python-version: 3.12 steps: - name: Checkout source @@ -88,7 +88,7 @@ jobs: python -m ipykernel install --user --name mfsetup_ci --display-name "mfsetup_ci" - name: Install latest PyPI flopy shell: bash -l {0} - if: ${{ matrix.python-version == 3.10}} + if: ${{ matrix.python-version == 3.11}} run: pip install flopy --force-reinstall - name: Conda list shell: bash -l {0}