Skip to content

Commit 2579493

Browse files
committed
Drop python 3.10.x support.
1 parent 0584787 commit 2579493

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/python-app.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616

1717
strategy:
1818
matrix:
19-
python-version: ["3.10.x", "3.11.x", "3.12.x", "3.13.x"]
19+
python-version: ["3.11.x", "3.12.x", "3.13.x"]
2020

2121
env:
2222
MQTT_HOST: 127.0.0.1

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ authors = [
1111
]
1212
readme = "README.md"
1313
license-files = ["LICENSE"]
14-
requires-python = ">=3.10.0"
14+
requires-python = ">=3.11.0"
1515
dependencies = [
1616
"ruamel.yaml>=0.16.12",
1717
"paho-mqtt>2.0.0,<3.0.0",

0 commit comments

Comments
 (0)