Skip to content

Commit

Permalink
Drop Python 3.6 & 3.7 from CI
Browse files Browse the repository at this point in the history
  • Loading branch information
ivankravets committed Sep 23, 2024
1 parent 2d4a872 commit 3aed8e1
Showing 1 changed file with 1 addition and 11 deletions.
12 changes: 1 addition & 11 deletions .github/workflows/core.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,7 @@ jobs:
fail-fast: false
matrix:
os: [ubuntu-latest, windows-latest, macos-latest]
python-version: ["3.6", "3.7", "3.11", "3.12", "3.13.0-rc.2"]
exclude:
- os: macos-latest
python-version: "3.6"
- os: macos-latest
python-version: "3.7"
python-version: ["3.11", "3.12", "3.13.0-rc.2"]

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

Expand All @@ -36,11 +31,6 @@ jobs:
run: |
tox -e py
- name: Python Lint
if: ${{ matrix.python-version != '3.6' && matrix.python-version != '3.7' }}
run: |
tox -e lint
- name: Integration Tests
if: ${{ matrix.python-version == '3.11' }}
run: |
Expand Down

0 comments on commit 3aed8e1

Please sign in to comment.