Skip to content

Commit 322965f

Browse files
committed
Use Python 3.10 for CI builds.
1 parent 64af00f commit 322965f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
- name: Set up Python
1515
uses: actions/setup-python@v4
1616
with:
17-
python-version: 3.10
17+
python-version: "3.10"
1818

1919
- name: Install Python dependencies
2020
run: python -m pip install -r requirements.txt
@@ -57,10 +57,10 @@ jobs:
5757
steps:
5858
- uses: actions/checkout@v3
5959

60-
- name: Set up Python 3.8
60+
- name: Set up Python 3.10
6161
uses: actions/setup-python@v4
6262
with:
63-
python-version: 3.8
63+
python-version: "3.10"
6464

6565
- name: Install Dependency
6666
run: |

0 commit comments

Comments
 (0)