Skip to content

Commit 32b662b

Browse files
authored
🩸 drop python 3.6
1 parent 08a20fb commit 32b662b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

‎.github/workflows/test.yaml‎

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
id: setup-python
2323
uses: actions/[email protected]
2424
with:
25-
python-version: 3.6.15
25+
python-version: 3.7
2626
#----------------------------------------------
2727
# Configure poetry
2828
#----------------------------------------------
@@ -58,7 +58,7 @@ jobs:
5858
needs: [Check]
5959
strategy:
6060
matrix:
61-
python: ['3.6','3.7','3.8','3.9']
61+
python: ['3.7','3.8','3.9']
6262
platform: [ubuntu-20.04, macos-latest, windows-latest]
6363

6464
runs-on: ${{ matrix.platform }}
@@ -108,7 +108,7 @@ jobs:
108108
#----------------------------------------------
109109
- name: Upload coverage artifact
110110
uses: actions/upload-artifact@v3
111-
if: matrix.python == '3.6' && matrix.platform == 'ubuntu-20.04'
111+
if: matrix.python == '3.7' && matrix.platform == 'ubuntu-20.04'
112112
with:
113113
name: coverage
114114
path: "*coverage.*"

0 commit comments

Comments
 (0)