diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index d6eb7d5..334383f 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -19,6 +19,7 @@ jobs: - "3.9" - "3.10" - "3.11" + - "3.12" steps: - uses: actions/checkout@v4.1.1 diff --git a/setup.py b/setup.py index 1f1a1bd..83ed09f 100644 --- a/setup.py +++ b/setup.py @@ -50,6 +50,7 @@ "Programming Language :: Python :: 3.9", "Programming Language :: Python :: 3.10", "Programming Language :: Python :: 3.11", + "Programming Language :: Python :: 3.12", "Topic :: Home Automation", ], ) diff --git a/tox.ini b/tox.ini index 4b7b6fe..748842e 100644 --- a/tox.ini +++ b/tox.ini @@ -8,6 +8,7 @@ python = 3.9: py39 3.10: py310 3.11: py311 + 3.12: py312 [testenv] commands =