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: |