Skip to content

Commit

Permalink
ci(main): bump upper version to python 3.12
Browse files Browse the repository at this point in the history
  • Loading branch information
ljgray committed Jan 30, 2024
1 parent af43039 commit 6fe4f18
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -30,7 +30,7 @@ jobs:

strategy:
matrix:
python-version: [3.8, 3.11]
python-version: [3.8, 3.12]

runs-on: ubuntu-latest
steps:
Expand Down Expand Up @@ -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: |
Expand Down

0 comments on commit 6fe4f18

Please sign in to comment.