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 37
37
token : ${{ steps.get_token.outputs.token }}
38
38
- uses : actions/setup-python@v4
39
39
with :
40
- python-version : ' 3.11 '
40
+ python-version : ' 3.12 '
41
41
- name : Install pre-commit
42
42
run : python -m pip install pre-commit
43
43
- name : set PY
74
74
test :
75
75
strategy :
76
76
matrix :
77
- python-version : ["3.7", "3.11 "]
77
+ python-version : ["3.7", "3.12 "]
78
78
platform : [ubuntu-latest, macos-latest] # windows-latest
79
79
# test only latest version on macos and windows
80
80
exclude :
@@ -112,7 +112,7 @@ jobs:
112
112
- name : Install Python
113
113
uses : actions/setup-python@v4
114
114
with :
115
- python-version : " 3.11 "
115
+ python-version : " 3.12 "
116
116
cache : " pip"
117
117
- name : Upgrade pip
118
118
run : |
Original file line number Diff line number Diff line change @@ -56,10 +56,10 @@ jobs:
56
56
repo : datadog-api-spec
57
57
status : pending
58
58
context : integration
59
- - name : Set up Python 3.11
59
+ - name : Set up Python 3.12
60
60
uses : actions/setup-python@v4
61
61
with :
62
- python-version : " 3.11 "
62
+ python-version : " 3.12 "
63
63
cache : " pip"
64
64
- name : Upgrade pip
65
65
run : |
Original file line number Diff line number Diff line change 10
10
with ApiClient (configuration ) as api_client :
11
11
api_instance = IncidentsApi (api_client )
12
12
response = api_instance .search_incidents (
13
- query = "state:(active OR stable OR resolved)" ,
13
+ query = "state:(active OR stable OR resolved)&from_ts=1693233872794&to_ts=1695912272794 " ,
14
14
)
15
15
16
16
print (response )
You can’t perform that action at this time.
0 commit comments