mirror of
https://github.com/python-kasa/python-kasa.git
synced 2025-10-15 20:08:06 +00:00
Enable python 3.13, allow pre-releases for CI (#1086)
Adds py3.13 to the CI. Thanks to @hugovk for [pointing out `allow-prereleases` on his blog post](https://dev.to/hugovk/help-test-python-313-14j1)! --------- Co-authored-by: Steven B. <51370195+sdb9696@users.noreply.github.com>
This commit is contained in:
6
.github/workflows/ci.yml
vendored
6
.github/workflows/ci.yml
vendored
@@ -62,16 +62,12 @@ jobs:
|
||||
|
||||
strategy:
|
||||
matrix:
|
||||
python-version: ["3.9", "3.10", "3.11", "3.12", "pypy-3.9", "pypy-3.10"]
|
||||
python-version: ["3.9", "3.10", "3.11", "3.12", "3.13", "pypy-3.9", "pypy-3.10"]
|
||||
os: [ubuntu-latest, macos-latest, windows-latest]
|
||||
extras: [false, true]
|
||||
exclude:
|
||||
- os: macos-latest
|
||||
extras: true
|
||||
# setup-python not currently working with macos-latest
|
||||
# https://github.com/actions/setup-python/issues/808
|
||||
- os: macos-latest
|
||||
python-version: "3.9"
|
||||
- os: windows-latest
|
||||
extras: true
|
||||
- os: ubuntu-latest
|
||||
|
Reference in New Issue
Block a user