From 2ee6e72ae52873991c7309276d4738d0220d5419 Mon Sep 17 00:00:00 2001 From: Carlos Villavicencio Date: Fri, 11 Apr 2025 15:00:06 -0500 Subject: [PATCH 1/2] Remove Python 3.7 from CI --- azure-pipelines-templates/run-tests.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/azure-pipelines-templates/run-tests.yml b/azure-pipelines-templates/run-tests.yml index 831c276ec..bc402c42c 100644 --- a/azure-pipelines-templates/run-tests.yml +++ b/azure-pipelines-templates/run-tests.yml @@ -44,8 +44,6 @@ jobs: strategy: matrix: # We support these versions of Python. - Python37: - python.version: '3.7' Python39: python.version: '3.9' Python310: From 8808a1e1a4a4df90db09783a9669c53eba8bd89d Mon Sep 17 00:00:00 2001 From: Carlos Villavicencio Date: Fri, 11 Apr 2025 15:13:48 -0500 Subject: [PATCH 2/2] Update changes from backend --- tests/test_api.py | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/test_api.py b/tests/test_api.py index 0e611316a..d07442e96 100644 --- a/tests/test_api.py +++ b/tests/test_api.py @@ -1004,6 +1004,7 @@ def test_preferences_read(self): resp = self.sg.preferences_read() expected = { + "creative_review_settings": "", "date_component_order": "month_day", "duration_units": "days", "format_currency_fields_decimal_options": "$1,000.99",