File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 19
19
- uses : actions/setup-python@v4
20
20
name : Install Python
21
21
with :
22
- python-version : " 3.10 "
22
+ python-version : " 3.11 "
23
23
cache : " pip"
24
24
25
25
- name : Install pypa/build
Original file line number Diff line number Diff line change 34
34
token : ${{ steps.get_token.outputs.token }}
35
35
- uses : actions/setup-python@v4
36
36
with :
37
- python-version : ' 3.10 '
37
+ python-version : ' 3.11 '
38
38
- name : Install pre-commit
39
39
run : python -m pip install pre-commit
40
40
- name : set PY
66
66
test :
67
67
strategy :
68
68
matrix :
69
- python-version : ["3.7", "3.10 "]
69
+ python-version : ["3.7", "3.11 "]
70
70
platform : [ubuntu-latest, macos-latest] # windows-latest
71
71
# test only latest version on macos and windows
72
72
exclude :
@@ -104,7 +104,7 @@ jobs:
104
104
- name : Install Python
105
105
uses : actions/setup-python@v4
106
106
with :
107
- python-version : " 3.10 "
107
+ python-version : " 3.11 "
108
108
- name : Upgrade pip
109
109
run : |
110
110
python -m pip install --upgrade pip
Original file line number Diff line number Diff line change @@ -50,10 +50,10 @@ jobs:
50
50
repo : datadog-api-spec
51
51
status : pending
52
52
context : integration
53
- - name : Set up Python 3.10
53
+ - name : Set up Python 3.11
54
54
uses : actions/setup-python@v4
55
55
with :
56
- python-version : " 3.10 "
56
+ python-version : " 3.11 "
57
57
cache : " pip"
58
58
- name : Upgrade pip
59
59
run : |
You can’t perform that action at this time.
0 commit comments