mirror of
https://github.com/python-kasa/python-kasa.git
synced 2025-08-09 20:24:02 +00:00
Drop python 3.7 support (#455)
* Drop python 3.7 support * CI: drop 3.7 and add 3.11 * Remove skipifs that were required for <3.8 * Use pypy-3.8 for CI, re-enable pypy for windows to see if it works now * Bump readthedocs to use py3.8 * Remove py3.7 failure comment
This commit is contained in:
10
.github/workflows/ci.yml
vendored
10
.github/workflows/ci.yml
vendored
@@ -15,7 +15,7 @@ jobs:
|
||||
|
||||
strategy:
|
||||
matrix:
|
||||
python-version: ["3.10"]
|
||||
python-version: ["3.11"]
|
||||
|
||||
steps:
|
||||
- uses: "actions/checkout@v2"
|
||||
@@ -64,14 +64,14 @@ jobs:
|
||||
|
||||
strategy:
|
||||
matrix:
|
||||
python-version: ["3.7", "3.8", "3.9", "3.10", "pypy-3.7"]
|
||||
python-version: ["3.8", "3.9", "3.10", "3.11", "pypy-3.8"]
|
||||
os: [ubuntu-latest, macos-latest, windows-latest]
|
||||
# exclude pypy on windows, as the poetry install seems to be very flaky:
|
||||
# PermissionError(13, 'The process cannot access the file because it is being used by another process'))
|
||||
# at C:\hostedtoolcache\windows\PyPy\3.7.10\x86\site-packages\requests\models.py:761 in generate
|
||||
exclude:
|
||||
- python-version: pypy-3.7
|
||||
os: windows-latest
|
||||
# exclude:
|
||||
# - python-version: pypy-3.8
|
||||
# os: windows-latest
|
||||
|
||||
steps:
|
||||
- uses: "actions/checkout@v2"
|
||||
|
Reference in New Issue
Block a user