Skip to content

Commit 418d72e

Browse files
Remove Python 3.7 from CI (#377)
* Remove Python 3.7 from CI * Update changes from backend
1 parent 4508d1c commit 418d72e

2 files changed

Lines changed: 1 addition & 2 deletions

File tree

azure-pipelines-templates/run-tests.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,8 +44,6 @@ jobs:
4444
strategy:
4545
matrix:
4646
# We support these versions of Python.
47-
Python37:
48-
python.version: '3.7'
4947
Python39:
5048
python.version: '3.9'
5149
Python310:

tests/test_api.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1004,6 +1004,7 @@ def test_preferences_read(self):
10041004
resp = self.sg.preferences_read()
10051005

10061006
expected = {
1007+
"creative_review_settings": "",
10071008
"date_component_order": "month_day",
10081009
"duration_units": "days",
10091010
"format_currency_fields_decimal_options": "$1,000.99",

0 commit comments

Comments
 (0)