Skip to content

Commit

Permalink
build: update to python 3.13
Browse files Browse the repository at this point in the history
  • Loading branch information
Michsior14 committed Dec 5, 2024
1 parent 01bfccd commit 9d6d2f9
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/tox.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
if: ${{ !contains(github.event.head_commit.message, '[skip ci]') }}
strategy:
matrix:
python-version: ["3.12"]
python-version: ["3.13"]

steps:
- uses: actions/checkout@v3
Expand Down
2 changes: 1 addition & 1 deletion .mise.toml
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
[tools]
python = "3.12"
python = "3.13"
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ The following Venta device are currently tested and supported:
- AS100/AS150
- AH510/AH515/AH530/AH535/AH550/AH555

The new Venta devices like AH730 are using tuya infrastructure exclusively and are **not supported** by this project. If you have such device, please use [local](https://github.com/rospogrigio/localtuya) or [official](https://www.home-assistant.io/integrations/tuya/) Tuya integration.
The new Venta devices like AH730 are using tuya infrastructure exclusively and are **not supported** by this project. If you have such device, please use [local](https://github.com/xZetsubou/hass-localtuya) or [official](https://www.home-assistant.io/integrations/tuya/) Tuya integration.

## Features

Expand Down
2 changes: 1 addition & 1 deletion info.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ The following Venta device are currently tested and supported:
- AS100/AS150
- AH510/AH515/AH530/AH535/AH550/AH555

The new Venta devices like AH730 are using tuya infrastructure exclusively and are **not supported** by this project. If you have such device, please use [local](https://github.com/rospogrigio/localtuya) or [official](https://www.home-assistant.io/integrations/tuya/) Tuya integration.
The new Venta devices like AH730 are using tuya infrastructure exclusively and are **not supported** by this project. If you have such device, please use [local](https://github.com/xZetsubou/hass-localtuya) or [official](https://www.home-assistant.io/integrations/tuya/) Tuya integration.

## Features

Expand Down
4 changes: 2 additions & 2 deletions requirements_test.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
codespell==2.3.0
mypy==1.13.0
pydocstyle==6.3.0
homeassistant==2024.10.4
ruff==0.7.1
homeassistant==2024.12.0
ruff==0.8.2
4 changes: 2 additions & 2 deletions tox.ini
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
[tox]
skipsdist = true
envlist = py{312}, lint, typing
envlist = py{313}, lint, typing
skip_missing_interpreters = True
cs_exclude_words = hass,unvalid

[gh-actions]
python =
3.12: clean, py312, lint, typing
3.13: clean, py313, lint, typing

[testenv]
passenv = TOXENV,CI
Expand Down

0 comments on commit 9d6d2f9

Please sign in to comment.