mirror of
https://github.com/platformio/platformio-core.git
synced 2025-07-30 10:07: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
|
fail-fast: false
|
||||||
matrix:
|
matrix:
|
||||||
os: [ubuntu-latest, windows-latest, macos-latest]
|
os: [ubuntu-latest, windows-latest, macos-latest]
|
||||||
python-version: ["3.6", "3.7", "3.11", "3.12", "3.13.0-rc.2"]
|
python-version: ["3.11", "3.12", "3.13.0-rc.2"]
|
||||||
exclude:
|
|
||||||
- os: macos-latest
|
|
||||||
python-version: "3.6"
|
|
||||||
- os: macos-latest
|
|
||||||
python-version: "3.7"
|
|
||||||
|
|
||||||
runs-on: ${{ matrix.os }}
|
runs-on: ${{ matrix.os }}
|
||||||
|
|
||||||
@ -36,11 +31,6 @@ jobs:
|
|||||||
run: |
|
run: |
|
||||||
tox -e py
|
tox -e py
|
||||||
|
|
||||||
- name: Python Lint
|
|
||||||
if: ${{ matrix.python-version != '3.6' && matrix.python-version != '3.7' }}
|
|
||||||
run: |
|
|
||||||
tox -e lint
|
|
||||||
|
|
||||||
- name: Integration Tests
|
- name: Integration Tests
|
||||||
if: ${{ matrix.python-version == '3.11' }}
|
if: ${{ matrix.python-version == '3.11' }}
|
||||||
run: |
|
run: |
|
||||||
|
Reference in New Issue
Block a user