Skip to content

Commit 3aed8e1

Browse files
committed
Drop Python 3.6 & 3.7 from CI
1 parent 2d4a872 commit 3aed8e1

File tree

1 file changed

+1
-11
lines changed

1 file changed

+1
-11
lines changed

.github/workflows/core.yml

Lines changed: 1 addition & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -8,12 +8,7 @@ jobs:
88
fail-fast: false
99
matrix:
1010
os: [ubuntu-latest, windows-latest, macos-latest]
11-
python-version: ["3.6", "3.7", "3.11", "3.12", "3.13.0-rc.2"]
12-
exclude:
13-
- os: macos-latest
14-
python-version: "3.6"
15-
- os: macos-latest
16-
python-version: "3.7"
11+
python-version: ["3.11", "3.12", "3.13.0-rc.2"]
1712

1813
runs-on: ${{ matrix.os }}
1914

@@ -36,11 +31,6 @@ jobs:
3631
run: |
3732
tox -e py
3833
39-
- name: Python Lint
40-
if: ${{ matrix.python-version != '3.6' && matrix.python-version != '3.7' }}
41-
run: |
42-
tox -e lint
43-
4434
- name: Integration Tests
4535
if: ${{ matrix.python-version == '3.11' }}
4636
run: |

0 commit comments

Comments
 (0)