diff --git a/.github/workflows/python-app.yml b/.github/workflows/python-app.yml index fae9304..f738b28 100644 --- a/.github/workflows/python-app.yml +++ b/.github/workflows/python-app.yml @@ -37,10 +37,10 @@ jobs: - uses: actions/checkout@v4 with: fetch-depth: 0 # Shallow clones should be disabled for a better relevancy of analysis - - name: Set up Python 3.12 + - name: Set up Python 3.13 uses: actions/setup-python@v5 with: - python-version: "3.12" + python-version: "3.13" - name: Install dependencies run: | python -m pip install --upgrade pip diff --git a/CHANGELOG.md b/CHANGELOG.md index 33799e4..31ac310 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [unreleased] +- update dependency python to 3.13 - add initial support for TSUN MS-3000 - add initial apparmor support [#293](https://github.com/s-allius/tsun-gen3-proxy/issues/293) - add Modbus polling mode for DCU1000 [#292](https://github.com/s-allius/tsun-gen3-proxy/issues/292) diff --git a/README.md b/README.md index 186c828..73ebe5a 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@

integration

License: BSD-3-Clause - Supported Python versions + Supported Python versions Supported aiomqtt versions Supported aiocron versions Supported toml versions