Skip to content

Commit b27009e

Browse files
authored
Merge pull request #154 from Anselmoo/feature/drop-py36
ci: ➖ Remove Python `3.6` from matrix build in GitHub workflows
2 parents dbd2d66 + 429344e commit b27009e

File tree

3 files changed

+2
-4
lines changed

3 files changed

+2
-4
lines changed

.github/workflows/pypi_publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
runs-on: ubuntu-latest
1111
strategy:
1212
matrix:
13-
python-version: [3.6, 3.7, 3.8, 3.9, "3.10"]
13+
python-version: [3.7, 3.8, 3.9, "3.10"]
1414

1515
steps:
1616
- uses: actions/checkout@v3

.github/workflows/python-package.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
runs-on: ubuntu-latest
1515
strategy:
1616
matrix:
17-
python-version: [3.6, 3.7, 3.8, 3.9, "3.10"]
17+
python-version: [3.7, 3.8, 3.9, "3.10"]
1818

1919
steps:
2020
- uses: actions/checkout@v3

azure-pipelines.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,6 @@ pool:
1010
vmImage: "ubuntu-latest"
1111
strategy:
1212
matrix:
13-
Python36:
14-
python.version: "3.6"
1513
Python37:
1614
python.version: "3.7"
1715
Python38:

0 commit comments

Comments
 (0)