From 6fe4f187ab8cf380794c884b69faffbc0b56caf9 Mon Sep 17 00:00:00 2001 From: Liam Gray Date: Tue, 30 Jan 2024 10:43:57 -0800 Subject: [PATCH] ci(main): bump upper version to python 3.12 --- .github/workflows/main.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 478362ec..6ac1fd6b 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -15,10 +15,10 @@ jobs: steps: - uses: actions/checkout@v2 - - name: Set up Python 3.10 + - name: Set up Python 3.12 uses: actions/setup-python@v2 with: - python-version: "3.10" + python-version: "3.12" - name: Install black run: pip install black @@ -30,7 +30,7 @@ jobs: strategy: matrix: - python-version: [3.8, 3.11] + python-version: [3.8, 3.12] runs-on: ubuntu-latest steps: @@ -71,10 +71,10 @@ jobs: sudo apt-get update sudo apt-get install -y libopenmpi-dev openmpi-bin libhdf5-serial-dev - - name: Set up Python 3.10 + - name: Set up Python 3.12 uses: actions/setup-python@v2 with: - python-version: "3.10" + python-version: "3.12" - name: Install pip dependencies run: |