File tree 6 files changed +296
-248
lines changed
6 files changed +296
-248
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 : |
Original file line number Diff line number Diff line change @@ -10,10 +10,10 @@ 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
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
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
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