File tree Expand file tree Collapse file tree 3 files changed +3
-0
lines changed Expand file tree Collapse file tree 3 files changed +3
-0
lines changed Original file line number Diff line number Diff line change 36
36
python-version :
37
37
- ' 3.9'
38
38
- ' 3.10'
39
+ - ' 3.11'
39
40
fail-fast : false
40
41
steps :
41
42
- uses : actions/checkout@v4
Original file line number Diff line number Diff line change @@ -7,6 +7,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
7
## [ Unreleased]
8
8
### Added
9
9
- added attribute type hints to ` Measurement ` class
10
+ - declare compatibility with ` python3.11 `
10
11
11
12
### Removed
12
13
- compatibility with ` python3.5 ` , ` python3.6 ` , ` python3.7 ` & ` python3.8 `
Original file line number Diff line number Diff line change 57
57
# .github/workflows/python.yml
58
58
"Programming Language :: Python :: 3.9" ,
59
59
"Programming Language :: Python :: 3.10" ,
60
+ "Programming Language :: Python :: 3.11" ,
60
61
"Topic :: Home Automation" ,
61
62
"Topic :: Utilities" ,
62
63
],
You can’t perform that action at this time.
0 commit comments