mirror of
https://github.com/esphome/aioesphomeapi.git
synced 2024-12-27 17:37:39 +01:00
Start testing on python 3.13 (#938)
This commit is contained in:
parent
bcfca39c5d
commit
059af0e000
6
.github/workflows/ci.yml
vendored
6
.github/workflows/ci.yml
vendored
@ -25,6 +25,7 @@ jobs:
|
||||
- "3.10"
|
||||
- "3.11"
|
||||
- "3.12"
|
||||
- "3.13"
|
||||
os:
|
||||
- ubuntu-latest
|
||||
- windows-latest
|
||||
@ -39,12 +40,16 @@ jobs:
|
||||
os: windows-latest
|
||||
- python-version: "3.11"
|
||||
os: windows-latest
|
||||
- python-version: "3.13"
|
||||
os: windows-latest
|
||||
- python-version: "3.9"
|
||||
os: macos-latest
|
||||
- python-version: "3.10"
|
||||
os: macos-latest
|
||||
- python-version: "3.11"
|
||||
os: macos-latest
|
||||
- python-version: "3.13"
|
||||
os: macos-lates
|
||||
- extension: "use_cython"
|
||||
os: windows-latest
|
||||
- extension: "use_cython"
|
||||
@ -56,6 +61,7 @@ jobs:
|
||||
id: python
|
||||
with:
|
||||
python-version: ${{ matrix.python-version }}
|
||||
allow-prereleases: true
|
||||
|
||||
- name: Get pip cache dir
|
||||
id: pip-cache
|
||||
|
Loading…
Reference in New Issue
Block a user