File tree 2 files changed +3
-3
lines changed
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 9
9
- uses : actions/checkout@v2-beta
10
10
- uses : actions/setup-python@v2
11
11
with :
12
- python-version : " 3.8 "
12
+ python-version : " 3.11 "
13
13
14
14
- name : Install dependencies
15
15
run : cd cl && pip install -r recap_email/requirements.txt && pip install -r tests/requirements.txt
39
39
- uses : actions/checkout@v2-beta
40
40
- uses : actions/setup-python@v2
41
41
with :
42
- python-version : " 3.8 "
42
+ python-version : " 3.11 "
43
43
44
44
- name : Install dependencies
45
45
run : cd cl && pip install -r recap_email/requirements.txt && pip install -r tests/requirements.txt
Original file line number Diff line number Diff line change 7
7
runs-on : ubuntu-latest
8
8
strategy :
9
9
matrix :
10
- python-version : [3.8 , 3.9 ]
10
+ python-version : [3.10 , 3.11 ]
11
11
12
12
steps :
13
13
- uses : actions/checkout@v2
You can’t perform that action at this time.
0 commit comments