mirror of
https://github.com/esphome/aioesphomeapi.git
synced 2024-12-03 13:53:21 +01:00
Ensure we are testing on MacOS and Winows
This commit is contained in:
parent
87cb7c3a9b
commit
668f9c0e3b
15
.github/workflows/ci.yml
vendored
15
.github/workflows/ci.yml
vendored
@ -27,9 +27,24 @@ jobs:
|
|||||||
- "3.12"
|
- "3.12"
|
||||||
os:
|
os:
|
||||||
- ubuntu-latest
|
- ubuntu-latest
|
||||||
|
- windows-latest
|
||||||
|
- macos-latest
|
||||||
extension:
|
extension:
|
||||||
- "skip_cython"
|
- "skip_cython"
|
||||||
- "use_cython"
|
- "use_cython"
|
||||||
|
exclude:
|
||||||
|
- python-version: "3.9"
|
||||||
|
os: windows-latest
|
||||||
|
- python-version: "3.10"
|
||||||
|
os: windows-latest
|
||||||
|
- python-version: "3.11"
|
||||||
|
os: windows-latest
|
||||||
|
- python-version: "3.9"
|
||||||
|
os: macos-latest
|
||||||
|
- python-version: "3.10"
|
||||||
|
os: macos-latest
|
||||||
|
- python-version: "3.11"
|
||||||
|
os: macos-latest
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
- name: Set up Python
|
- name: Set up Python
|
||||||
|
Loading…
Reference in New Issue
Block a user