Browse Source

test & declare compatibility with python3.11

https://github.com/fphammerle/wireless-sensor-mqtt/commit/12b2bac61a0cfa1551e27724bafeaa57d15a38d8
Fabian Peter Hammerle 3 months ago
parent
commit
7173ad5305
3 changed files with 3 additions and 0 deletions
  1. 1 0
      .github/workflows/python.yml
  2. 1 0
      CHANGELOG.md
  3. 1 0
      setup.py

+ 1 - 0
.github/workflows/python.yml

@@ -41,6 +41,7 @@ jobs:
         python-version:
         - '3.9'
         - '3.10'
+        - '3.11'
       fail-fast: false
     steps:
     - uses: actions/checkout@v4

+ 1 - 0
CHANGELOG.md

@@ -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
 - automatic discovery in home assistant:

+ 1 - 0
setup.py

@@ -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={