Skip to content

Commit 8ffa8a4

Browse files
committed
Update python version used in CI
1 parent e1cad26 commit 8ffa8a4

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/main.yml

+5-5
Original file line numberDiff line numberDiff line change
@@ -18,10 +18,10 @@ jobs:
1818
with:
1919
fetch-depth: 1
2020
submodules: true
21-
- name: Set up Python 3.9
22-
uses: actions/setup-python@v5
21+
- name: Set up Python 3.11
22+
uses: actions/setup-python@v4
2323
with:
24-
python-version: 3.9
24+
python-version: 3.11
2525
- name: Install dependencies
2626
run: |
2727
python -m pip install --upgrade pip
@@ -46,8 +46,8 @@ jobs:
4646
needs: package
4747
strategy:
4848
matrix:
49-
os: [ubuntu-latest, macos-13]
50-
python-version: ['3.8', '3.11']
49+
os: [ubuntu-latest, macos-latest]
50+
python-version: ['3.9', '3.13']
5151
runs-on: ${{ matrix.os }}
5252
steps:
5353
- uses: actions/[email protected]

0 commit comments

Comments
 (0)