mirror of
https://github.com/python-kasa/python-kasa.git
synced 2024-12-22 19:23:34 +00:00
ce5821a35f
* 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
9 lines
100 B
YAML
9 lines
100 B
YAML
build:
|
|
image: latest
|
|
|
|
python:
|
|
version: 3.8
|
|
pip_install: true
|
|
extra_requirements:
|
|
- docs
|