Skip to content

Commit fd05e21

Browse files
committed
Remove 3.6 from CI runs
1 parent fcd4f2f commit fd05e21

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/ci-linux.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
strategy:
99
fail-fast: false
1010
matrix:
11-
python-version: ["3.6", "3.7", "3.8", "3.9"]
11+
python-version: ["3.7", "3.8", "3.9"]
1212
os: [ubuntu-18.04, ubuntu-20.04]
1313

1414
steps:

.github/workflows/ci-osx.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
strategy:
99
fail-fast: false
1010
matrix:
11-
python-version: ["3.6", "3.7", "3.8", "3.9"]
11+
python-version: ["3.7", "3.8", "3.9"]
1212

1313
steps:
1414
- name: Checkout source

.github/workflows/ci-windows.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
strategy:
99
fail-fast: false
1010
matrix:
11-
python-version: ["3.6", "3.7", "3.8", "3.9"]
11+
python-version: ["3.7", "3.8", "3.9"]
1212

1313
steps:
1414
- name: Checkout source

0 commit comments

Comments
 (0)