Skip to content

Commit 11dc00c

Browse files
committed
Update python version on github actions setup
1 parent 7c0a493 commit 11dc00c

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,10 @@ jobs:
1111
runs-on: ubuntu-22.04
1212
steps:
1313
- uses: actions/checkout@v3
14-
- name: Set up Python 3.13
14+
- name: Set up Python 3.10
1515
uses: actions/setup-python@v4
1616
with:
17-
python-version: 3.13
17+
python-version: 3.10
1818
- name: Install dependencies
1919
run: |
2020
pip install --upgrade pip

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,10 @@ jobs:
77
runs-on: ubuntu-22.04
88
steps:
99
- uses: actions/checkout@v3
10-
- name: Set up Python 3.13
10+
- name: Set up Python 3.10
1111
uses: actions/setup-python@v4
1212
with:
13-
python-version: 3.13
13+
python-version: 3.10
1414
- name: Install dependencies
1515
run: |
1616
pip install --upgrade pip

0 commit comments

Comments
 (0)