Skip to content

Commit ac9add1

Browse files
michaelarnautsMichaël Arnauts
authored andcommitted
Drop python 3.7
1 parent cb0324b commit ac9add1

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
fail-fast: false
2222
matrix:
2323
os: [ ubuntu-latest ]
24-
python-version: [ "3.7", "3.8", "3.9", "3.10" ]
24+
python-version: [ "3.8", "3.9", "3.10", "3.11" ]
2525
steps:
2626
- name: Check out ${{ github.sha }} from repository ${{ github.repository }}
2727
uses: actions/checkout@v3

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@
33
`aiocomfoconnect` is an asyncio Python 3 library for communicating with a Zehnder ComfoAir Q350/450/600 ventilation system. It's the successor of
44
[comfoconnect](https://github.com/michaelarnauts/comfoconnect).
55

6+
It's compatible with Python 3.8 and higher.
7+
68
## Installation
79

810
```shell

0 commit comments

Comments
 (0)