Skip to content

Commit ae29e4d

Browse files
committed
fix: updating min version to 3.10
1 parent bdc019b commit ae29e4d

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/main.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
- name: Set up Python 3.10
1313
uses: actions/setup-python@v5
1414
with:
15-
python-version: 3.10
15+
python-version: "3.10"
1616
- name: Installing depencencies
1717
run: |
1818
python -m pip install --upgrade pip
@@ -32,7 +32,7 @@ jobs:
3232
- name: Set up Python 3.10
3333
uses: actions/setup-python@v5
3434
with:
35-
python-version: 3.10
35+
python-version: "3.10"
3636
- name: Installing depencencies
3737
run: |
3838
python -m pip install --upgrade pip
@@ -52,7 +52,7 @@ jobs:
5252
- name: Set up Python 3.10
5353
uses: actions/setup-python@v5
5454
with:
55-
python-version: 3.10
55+
python-version: "3.10"
5656
- name: Installing depencencies
5757
run: |
5858
python -m pip install --upgrade pip

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
- name: Set up Python
3939
uses: actions/setup-python@v4
4040
with:
41-
python-version: '3.9'
41+
python-version: '3.10'
4242

4343
- name: Install dependencies
4444
run: |

0 commit comments

Comments
 (0)