https://github.com/fphammerle/wireless-sensor-mqtt/commit/12b2bac61a0cfa1551e27724bafeaa57d15a38d8
@@ -41,6 +41,7 @@ jobs:
python-version:
- '3.9'
- '3.10'
+ - '3.11'
fail-fast: false
steps:
- uses: actions/checkout@v4
@@ -9,6 +9,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- automatic discovery in home assistant:
- entity `button.[hostname]_logind_lock_all_sessions`
- entity `button.[hostname]_logind_poweroff`
+- declare compatibility with `python3.11`
### Changed
@@ -52,6 +52,7 @@ setuptools.setup(
# .github/workflows/python.yml
"Programming Language :: Python :: 3.9",
"Programming Language :: Python :: 3.10",
+ "Programming Language :: Python :: 3.11",
"Topic :: Home Automation",
],
entry_points={