Skip to content

Commit b430ed9

Browse files
authored
Remove Python3.7 from nightly testing (#136)
1 parent 025fbbb commit b430ed9

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/test.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ on:
1313
type: choice
1414
options:
1515
- WARNING
16-
- DEBUG
16+
- DEBUG
1717

1818
jobs:
1919
test_production:
@@ -54,8 +54,8 @@ jobs:
5454
strategy:
5555
matrix:
5656
os: [windows-2022, windows-2019, ubuntu-20.04, ubuntu-22.04]
57-
python-version: [3.7, 3.8, 3.9, '3.10']
58-
env:
57+
python-version: [3.8, 3.9, '3.10']
58+
env:
5959
BW_ACCOUNT_ID: ${{ secrets.BW_ACCOUNT_ID }}
6060
BW_USERNAME: ${{ secrets.BW_USERNAME }}
6161
BW_PASSWORD: ${{ secrets.BW_PASSWORD }}
@@ -81,7 +81,7 @@ jobs:
8181
uses: actions/checkout@v2
8282
with:
8383
ref: 'feature/openapi-generator-sdk'
84-
84+
8585
- name: Set up Python
8686
uses: actions/setup-python@v2
8787
with:

0 commit comments

Comments
 (0)