File tree 3 files changed +7
-7
lines changed
3 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -10,11 +10,11 @@ jobs:
10
10
strategy :
11
11
max-parallel : 4
12
12
matrix :
13
- python-version : ['3.8 ', '3.9 ']
13
+ python-version : ['3.11 ', '3.12 ']
14
14
steps :
15
- - uses : actions/checkout@v3
15
+ - uses : actions/checkout@v4
16
16
- name : Set up Python ${{ matrix.python-version }}
17
- uses : actions/setup-python@v4
17
+ uses : actions/setup-python@v5
18
18
with :
19
19
python-version : ${{ matrix.python-version }}
20
20
- name : Set Variables
Original file line number Diff line number Diff line change @@ -11,10 +11,10 @@ jobs:
11
11
runs-on : ubuntu-latest
12
12
13
13
steps :
14
- - uses : actions/checkout@v3
15
- - uses : actions/setup-python@v4
14
+ - uses : actions/checkout@v4
15
+ - uses : actions/setup-python@v5
16
16
with :
17
- python-version : 3.8
17
+ python-version : 3.11
18
18
19
19
- name : Build
20
20
run : |
Original file line number Diff line number Diff line change 22
22
- name : Set up Python
23
23
uses : actions/setup-python@v4
24
24
with :
25
- python-version : " 3.10 "
25
+ python-version : " 3.11 "
26
26
cache : " pip" # caching pip dependencies
27
27
28
28
- name : Install dependencies
You can’t perform that action at this time.
0 commit comments