Skip to content

Commit 71b65b0

Browse files
committed
fix(ci): Updated python version in CI actions
1 parent 87fc606 commit 71b65b0

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/lint.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
- uses: actions/checkout@v2-beta
1010
- uses: actions/setup-python@v2
1111
with:
12-
python-version: "3.8"
12+
python-version: "3.11"
1313

1414
- name: Install dependencies
1515
run: cd cl && pip install -r recap_email/requirements.txt && pip install -r tests/requirements.txt
@@ -39,7 +39,7 @@ jobs:
3939
- uses: actions/checkout@v2-beta
4040
- uses: actions/setup-python@v2
4141
with:
42-
python-version: "3.8"
42+
python-version: "3.11"
4343

4444
- name: Install dependencies
4545
run: cd cl && pip install -r recap_email/requirements.txt && pip install -r tests/requirements.txt

.github/workflows/tests.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ jobs:
77
runs-on: ubuntu-latest
88
strategy:
99
matrix:
10-
python-version: [3.8, 3.9]
10+
python-version: [3.10, 3.11]
1111

1212
steps:
1313
- uses: actions/checkout@v2

0 commit comments

Comments
 (0)