Skip to content

Commit 30a1286

Browse files
committed
1 parent 30adfac commit 30a1286

File tree

3 files changed

+3
-0
lines changed

3 files changed

+3
-0
lines changed

.github/workflows/python.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@ jobs:
3636
python-version:
3737
- '3.9'
3838
- '3.10'
39+
- '3.11'
3940
fail-fast: false
4041
steps:
4142
- uses: actions/checkout@v4

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77
## [Unreleased]
88
### Added
99
- added attribute type hints to `Measurement` class
10+
- declare compatibility with `python3.11`
1011

1112
### Removed
1213
- compatibility with `python3.5`, `python3.6`, `python3.7` & `python3.8`

setup.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,7 @@
5757
# .github/workflows/python.yml
5858
"Programming Language :: Python :: 3.9",
5959
"Programming Language :: Python :: 3.10",
60+
"Programming Language :: Python :: 3.11",
6061
"Topic :: Home Automation",
6162
"Topic :: Utilities",
6263
],

0 commit comments

Comments
 (0)