We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cb0324b commit ac9add1Copy full SHA for ac9add1
.github/workflows/ci.yml
@@ -21,7 +21,7 @@ jobs:
21
fail-fast: false
22
matrix:
23
os: [ ubuntu-latest ]
24
- python-version: [ "3.7", "3.8", "3.9", "3.10" ]
+ python-version: [ "3.8", "3.9", "3.10", "3.11" ]
25
steps:
26
- name: Check out ${{ github.sha }} from repository ${{ github.repository }}
27
uses: actions/checkout@v3
README.md
@@ -3,6 +3,8 @@
3
`aiocomfoconnect` is an asyncio Python 3 library for communicating with a Zehnder ComfoAir Q350/450/600 ventilation system. It's the successor of
4
[comfoconnect](https://github.com/michaelarnauts/comfoconnect).
5
6
+It's compatible with Python 3.8 and higher.
7
+
8
## Installation
9
10
```shell
0 commit comments