mirror of
https://github.com/esphome/aioesphomeapi.git
synced 2024-12-02 13:43:25 +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"
|
||||
os:
|
||||
- ubuntu-latest
|
||||
- windows-latest
|
||||
- macos-latest
|
||||
extension:
|
||||
- "skip_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:
|
||||
- uses: actions/checkout@v4
|
||||
- name: Set up Python
|
||||
|
Loading…
Reference in New Issue
Block a user