File tree 6 files changed +300
-252
lines changed
6 files changed +300
-252
lines changed Original file line number Diff line number Diff line change @@ -44,10 +44,10 @@ jobs:
44
44
steps :
45
45
46
46
# https://github.com/actions/setup-python
47
- - name : Install Python 3.10
47
+ - name : Install Python 3.11
48
48
uses : actions/setup-python@v4
49
49
with :
50
- python-version : ' 3.10 '
50
+ python-version : ' 3.11 '
51
51
52
52
- name : Install pipenv
53
53
run : |
56
56
57
57
# https://github.com/actions/checkout
58
58
- name : Checkout repository
59
- uses : actions/checkout@v3
59
+ uses : actions/checkout@v4
60
60
61
61
- name : Install Python dependencies
62
62
run : |
Original file line number Diff line number Diff line change @@ -10,15 +10,15 @@ jobs:
10
10
build :
11
11
runs-on : ubuntu-latest
12
12
steps :
13
- - name : Setup Python 3.10
13
+ - name : Setup Python 3.11
14
14
uses : actions/setup-python@v4
15
15
with :
16
- python-version : ' 3.10 '
16
+ python-version : ' 3.11 '
17
17
- name : Install system dependencies
18
18
run : |
19
19
python -m pip install --upgrade pip
20
20
python -m pip install pipenv
21
- - uses : actions/checkout@v3
21
+ - uses : actions/checkout@v4
22
22
with :
23
23
token : ${{ secrets.ADMIN_GITHUB_TOKEN }}
24
24
- name : Install app dependencies
Original file line number Diff line number Diff line change 9
9
build :
10
10
runs-on : ubuntu-latest
11
11
steps :
12
- - name : Setup Python 3.10
12
+ - name : Setup Python 3.11
13
13
uses : actions/setup-python@v4
14
14
with :
15
- python-version : ' 3.10 '
15
+ python-version : ' 3.11 '
16
16
- name : Install system dependencies
17
17
run : |
18
18
python -m pip install --upgrade pip
19
19
python -m pip install pipenv
20
- - uses : actions/checkout@v3
20
+ - uses : actions/checkout@v4
21
21
- name : Install app dependencies
22
22
run : |
23
23
pipenv sync
Original file line number Diff line number Diff line change 9
9
build :
10
10
runs-on : ubuntu-latest
11
11
steps :
12
- - name : Setup Python 3.10
12
+ - name : Setup Python 3.11
13
13
uses : actions/setup-python@v4
14
14
with :
15
- python-version : ' 3.10 '
15
+ python-version : ' 3.11 '
16
16
- name : Install system dependencies
17
17
run : |
18
18
python -m pip install --upgrade pip
19
19
python -m pip install pipenv
20
- - uses : actions/checkout@v3
20
+ - uses : actions/checkout@v4
21
21
- name : Install app dependencies
22
22
run : |
23
23
pipenv sync
Original file line number Diff line number Diff line change @@ -18,4 +18,4 @@ PyYAML = "*"
18
18
requests = " *"
19
19
20
20
[requires ]
21
- python_version = " 3.10 "
21
+ python_version = " 3.11 "
You can’t perform that action at this time.
0 commit comments