Skip to content

Commit b6906f9

Browse files
committed
ci: ➖ Remove Python 3.6 from matrix build in GitHub workflows
1 parent dbd2d66 commit b6906f9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
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

0 commit comments

Comments
 (0)