Skip to content

Commit ffef6a7

Browse files
authored
DX-2778 Ubuntu Version (#145)
* DX-2778 Ubuntu Version * python version * remove 3.6 and update readme * v3
1 parent e7c9783 commit ffef6a7

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

.github/workflows/test.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -25,14 +25,14 @@ jobs:
2525
runs-on: ${{ matrix.os }}
2626
strategy:
2727
matrix:
28-
os: [windows-2022, windows-2019, ubuntu-18.04, ubuntu-20.04]
29-
python-version: [3.6, 3.7, 3.8, 3.9, '3.10']
28+
os: [windows-2022, windows-2019, ubuntu-20.04, ubuntu-22.04]
29+
python-version: [3.7, 3.8, 3.9, '3.10']
3030
steps:
3131
- name: Checkout
32-
uses: actions/checkout@v2
32+
uses: actions/checkout@v3
3333

3434
- name: Set up Python
35-
uses: actions/setup-python@v2
35+
uses: actions/setup-python@v4
3636
with:
3737
python-version: ${{ matrix.python-version }}
3838

@@ -82,12 +82,12 @@ jobs:
8282
BW_NUMBER_PROVIDER: ${{ secrets.BW_NUMBER_PROVIDER }}
8383
steps:
8484
- name: Checkout
85-
uses: actions/checkout@v2
85+
uses: actions/checkout@v3
8686
with:
8787
ref: 'feature/openapi-generator-sdk'
8888

8989
- name: Set up Python
90-
uses: actions/setup-python@v2
90+
uses: actions/setup-python@v4
9191
with:
9292
python-version: ${{ matrix.python-version }}
9393

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,10 @@
44

55
| **OS** | **Python** |
66
|:---:|:---:|
7-
| Windows 2016 | 3.6, 3.7, 3.8, 3.9 |
8-
| Windows 2019 | 3.6, 3.7, 3.8, 3.9 |
9-
| Ubuntu 18.04 | 3.6, 3.7, 3.8, 3.9 |
10-
| Ubuntu 20.04 | 3.6, 3.7, 3.8, 3.9 |
7+
| Windows 2016 | 3.7, 3.8, 3.9, 3.10 |
8+
| Windows 2019 | 3.7, 3.8, 3.9, 3.10 |
9+
| Ubuntu 20.04 | 3.7, 3.8, 3.9, 3.10 |
10+
| Ubuntu 22.04 | 3.7, 3.8, 3.9, 3.10 |
1111

1212

1313
## Getting Started

0 commit comments

Comments
 (0)