From ab6e9f54a2cf67ff826cc0025f87c10463f86386 Mon Sep 17 00:00:00 2001 From: Cameron Koegel Date: Fri, 6 Jan 2023 11:09:28 -0500 Subject: [PATCH 1/4] DX-2778 Ubuntu Version --- .github/workflows/test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 28a61769..cf6c114e 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -25,7 +25,7 @@ jobs: runs-on: ${{ matrix.os }} strategy: matrix: - os: [windows-2022, windows-2019, ubuntu-18.04, ubuntu-20.04] + os: [windows-2022, windows-2019, ubuntu-20.04, ubuntu-22.04] python-version: [3.6, 3.7, 3.8, 3.9, '3.10'] steps: - name: Checkout From e6d2c6311969f6cca5b7b17071f7ea7dab89aeaa Mon Sep 17 00:00:00 2001 From: Cameron Koegel Date: Fri, 6 Jan 2023 11:12:33 -0500 Subject: [PATCH 2/4] python version --- .github/workflows/test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index cf6c114e..ff73b1fa 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -26,7 +26,7 @@ jobs: strategy: matrix: os: [windows-2022, windows-2019, ubuntu-20.04, ubuntu-22.04] - python-version: [3.6, 3.7, 3.8, 3.9, '3.10'] + python-version: [3.6.7, 3.7, 3.8, 3.9, '3.10'] steps: - name: Checkout uses: actions/checkout@v2 From e0e413b5e81a047920ac0b9d5e74cd6d52f62f9d Mon Sep 17 00:00:00 2001 From: Cameron Koegel Date: Fri, 6 Jan 2023 11:30:09 -0500 Subject: [PATCH 3/4] remove 3.6 and update readme --- .github/workflows/test.yml | 2 +- README.md | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index ff73b1fa..ef559fb7 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -26,7 +26,7 @@ jobs: strategy: matrix: os: [windows-2022, windows-2019, ubuntu-20.04, ubuntu-22.04] - python-version: [3.6.7, 3.7, 3.8, 3.9, '3.10'] + python-version: [3.7, 3.8, 3.9, '3.10'] steps: - name: Checkout uses: actions/checkout@v2 diff --git a/README.md b/README.md index 531b9cea..0810ae1b 100644 --- a/README.md +++ b/README.md @@ -4,10 +4,10 @@ | **OS** | **Python** | |:---:|:---:| -| Windows 2016 | 3.6, 3.7, 3.8, 3.9 | -| Windows 2019 | 3.6, 3.7, 3.8, 3.9 | -| Ubuntu 18.04 | 3.6, 3.7, 3.8, 3.9 | -| Ubuntu 20.04 | 3.6, 3.7, 3.8, 3.9 | +| Windows 2016 | 3.7, 3.8, 3.9, 3.10 | +| Windows 2019 | 3.7, 3.8, 3.9, 3.10 | +| Ubuntu 20.04 | 3.7, 3.8, 3.9, 3.10 | +| Ubuntu 22.04 | 3.7, 3.8, 3.9, 3.10 | ## Getting Started From 59a3b4dfe166af0c080b45f8959cb5f87fb2e14c Mon Sep 17 00:00:00 2001 From: Cameron Koegel Date: Mon, 9 Jan 2023 10:29:46 -0500 Subject: [PATCH 4/4] v3 --- .github/workflows/test.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index ef559fb7..7d28be7e 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -29,10 +29,10 @@ jobs: python-version: [3.7, 3.8, 3.9, '3.10'] steps: - name: Checkout - uses: actions/checkout@v2 + uses: actions/checkout@v3 - name: Set up Python - uses: actions/setup-python@v2 + uses: actions/setup-python@v4 with: python-version: ${{ matrix.python-version }} @@ -82,12 +82,12 @@ jobs: BW_NUMBER_PROVIDER: ${{ secrets.BW_NUMBER_PROVIDER }} steps: - name: Checkout - uses: actions/checkout@v2 + uses: actions/checkout@v3 with: ref: 'feature/openapi-generator-sdk' - name: Set up Python - uses: actions/setup-python@v2 + uses: actions/setup-python@v4 with: python-version: ${{ matrix.python-version }}