From 459fb4820a006f429296036c9ccf671ed04d6b8d Mon Sep 17 00:00:00 2001 From: Martin Hjelmare Date: Mon, 3 Feb 2025 13:57:15 +0100 Subject: [PATCH] Add support for Python 3.13 (#786) --- .github/workflows/test.yml | 1 + setup.py | 1 + tox.ini | 3 ++- 3 files changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 0c86ff97..08ea1d0b 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -19,6 +19,7 @@ jobs: - "3.10" - "3.11" - "3.12" + - "3.13" steps: - uses: actions/checkout@v4.2.2 diff --git a/setup.py b/setup.py index 9a9a6f11..5d71204e 100644 --- a/setup.py +++ b/setup.py @@ -50,6 +50,7 @@ "Programming Language :: Python :: 3.10", "Programming Language :: Python :: 3.11", "Programming Language :: Python :: 3.12", + "Programming Language :: Python :: 3.13", "Topic :: Home Automation", ], ) diff --git a/tox.ini b/tox.ini index 3f64e2e4..fb181213 100644 --- a/tox.ini +++ b/tox.ini @@ -1,5 +1,5 @@ [tox] -envlist = py39, py310, py311, py312, lint +envlist = py39, py310, py311, py312, py313, lint skip_missing_interpreters = True [gh-actions] @@ -8,6 +8,7 @@ python = 3.10: py310 3.11: py311 3.12: py312 + 3.13: py313 [testenv] commands =