Skip to content

Commit 6bfe8c7

Browse files
committed
Update python version used in CI
1 parent 76a5f51 commit 6bfe8c7

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/main.yml

Lines changed: 3 additions & 3 deletions
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
21+
- name: Set up Python 3.11
2222
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
@@ -47,7 +47,7 @@ jobs:
4747
strategy:
4848
matrix:
4949
os: [ubuntu-latest, macos-latest]
50-
python-version: ['3.8', '3.11']
50+
python-version: ['3.9', '3.13']
5151
runs-on: ${{ matrix.os }}
5252
steps:
5353
- uses: actions/download-artifact@v3

0 commit comments

Comments
 (0)