Skip to content

Commit 874071d

Browse files
committed
fix: updating min version to 3.10
1 parent 5a1c138 commit 874071d

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/main.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -26,10 +26,10 @@ jobs:
2626
runs-on: ubuntu-latest
2727
steps:
2828
- uses: actions/checkout@v2
29-
- name: Set up Python 3.9
29+
- name: Set up Python 3.10
3030
uses: actions/setup-python@v4
3131
with:
32-
python-version: 3.9
32+
python-version: 3.10
3333
- name: Install dependencies
3434
run: |
3535
python -m pip install --upgrade pip
@@ -42,10 +42,10 @@ jobs:
4242
runs-on: ubuntu-latest
4343
steps:
4444
- uses: actions/checkout@v2
45-
- name: Set up Python 3.9
45+
- name: Set up Python 3.10
4646
uses: actions/setup-python@v4
4747
with:
48-
python-version: 3.9
48+
python-version: 3.10
4949
- name: Install dependencies
5050
run: |
5151
python -m pip install --upgrade pip

0 commit comments

Comments
 (0)