mirror of
https://github.com/platformio/platformio-core.git
synced 2025-07-29 17:47:14 +02:00
Drop Python 3.6 & 3.7 from CI
This commit is contained in:
12
.github/workflows/core.yml
vendored
12
.github/workflows/core.yml
vendored
@ -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 }}
|
||||
|
||||
@ -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: |
|
||||
|
Reference in New Issue
Block a user