diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 582d3df..650bd02 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -10,7 +10,7 @@ on: jobs: build-n-publish: name: Build and publish to PyPi - runs-on: ubuntu-20.04 + runs-on: ubuntu-latest steps: - uses: actions/checkout@v4 with: diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index a8cd85b..01f99cc 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -10,16 +10,11 @@ jobs: matrix: # https://help.github.com/articles/virtual-environments-for-github-actions platform: - - ubuntu-20.04 + - ubuntu-latest - macos-latest - windows-latest # https://raw.githubusercontent.com/actions/python-versions/main/versions-manifest.json - python-version: [ '3.6', '3.7', '3.8', '3.9', '3.10', '3.11', '3.12', '3.13' ] - exclude: - - platform: macos-latest - python-version: '3.6' - - platform: macos-latest - python-version: '3.7' + python-version: [ '3.9', '3.10', '3.11', '3.12', '3.13' ] steps: - uses: actions/checkout@v4 diff --git a/test/mock_data/GET_api_v2_settings_objects_1eafd8dc0bf2543.json b/test/mock_data/GET_api_v2_settings_objects_accb155250dbcbb.json similarity index 100% rename from test/mock_data/GET_api_v2_settings_objects_1eafd8dc0bf2543.json rename to test/mock_data/GET_api_v2_settings_objects_accb155250dbcbb.json